diff --git a/CHANGELOG.md b/CHANGELOG.md index fef47d5..4b9f94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.1.0](https://github.com/favoloso/remarkable-callout/compare/v0.0.1...v0.1.0) (2019-03-12) + + +### ✨ Features + +* Add callout parsing ([c2cd108](https://github.com/favoloso/remarkable-callout/commit/c2cd108)) + + +### 🏗 Chore + +* Add CHANGELOG ([5952b92](https://github.com/favoloso/remarkable-callout/commit/5952b92)) + + ## [0.0.1](https://github.com/favoloso/remarkable-callout/compare/24b0a72...v0.0.1) (2019-03-11) ### 🏗 Chore diff --git a/package.json b/package.json index 2c6e0e5..cd60b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remarkable-callout", - "version": "0.0.1", + "version": "0.1.0", "description": "A remarkable plugin to add callouts support", "repository": "https://github.com/favoloso/remarkable-callout.git", "author": "Leonardo Ascione ",