Skip to content

Commit

Permalink
chore(main): release 1.2.13 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Apr 11, 2024
1 parent baa0688 commit 94d69d8
Show file tree
Hide file tree
Showing 4 changed files with 11 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.12"
".": "1.2.13"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.13](https://github.com/somleng/sms-gateway/compare/v1.2.12...v1.2.13) (2024-04-11)


### Bug Fixes

* Use actioncable-v1-ext for improved data consistency ([#315](https://github.com/somleng/sms-gateway/issues/315)) ([baa0688](https://github.com/somleng/sms-gateway/commit/baa0688fca1f696daaccd917d3e560b8329f073d))

## [1.2.12](https://github.com/somleng/sms-gateway/compare/v1.2.11...v1.2.12) (2024-04-08)


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.12",
"version": "1.2.13",
"type": "module",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 94d69d8

Please sign in to comment.