diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9f94b..773a01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.1.1](https://github.com/favoloso/remarkable-callout/compare/v0.1.0...v0.1.1) (2019-03-12) + + +### 🐛 Bug Fixes + +* Fix packaging on NPM ([7d8ce35](https://github.com/favoloso/remarkable-callout/commit/7d8ce35)) + + # [0.1.0](https://github.com/favoloso/remarkable-callout/compare/v0.0.1...v0.1.0) (2019-03-12) diff --git a/package.json b/package.json index 572ba93..28d7b6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remarkable-callout", - "version": "0.1.0", + "version": "0.1.1", "description": "A remarkable plugin to add callouts support", "repository": "https://github.com/favoloso/remarkable-callout.git", "author": "Leonardo Ascione ",