diff --git a/CHANGELOG.md b/CHANGELOG.md index f48288a1..56f4b113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://github.com/yorch/simple-sms-sender/compare/v0.1.0...v0.1.1) (2022-03-31) + + +### Bug Fixes + +* Fix automatic release with release-please bot ([#486](https://github.com/yorch/simple-sms-sender/issues/486)) ([275fbc7](https://github.com/yorch/simple-sms-sender/commit/275fbc769f4836411881000c4e77d742ff051ad4)) + ## [0.1.0](https://github.com/yorch/simple-sms-sender/compare/v0.0.5...v0.1.0) (2022-03-31) diff --git a/package.json b/package.json index 1f05b303..4816cdec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-sms-sender", - "version": "0.1.0", + "version": "0.1.1", "description": "Simple SMS sender to multiple recipients using Twilio", "main": "dist/index.js", "author": "Jorge Barnaby ",