Skip to content

Commit

Permalink
chore(main): release 1.2.16 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Apr 14, 2024
1 parent c65076d commit 8555201
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.15"
".": "1.2.16"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.16](https://github.com/somleng/sms-gateway/compare/v1.2.15...v1.2.16) (2024-04-14)


### Bug Fixes

* Only upload artifacts after a release ([c65076d](https://github.com/somleng/sms-gateway/commit/c65076d4fdcf4e643771367509aedc63cebf0bd7))
* Use Docker to build binaries ([#324](https://github.com/somleng/sms-gateway/issues/324)) ([52640c8](https://github.com/somleng/sms-gateway/commit/52640c8448fe57e97a7e06cdbbf77244babbbde7))

## [1.2.15](https://github.com/somleng/sms-gateway/compare/v1.2.14...v1.2.15) (2024-04-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somleng-sms-gateway",
"version": "1.2.15",
"version": "1.2.16",
"type": "module",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8555201

Please sign in to comment.