diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0edbd..23c0e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.2](https://github.com/gfmio/example-calculator/compare/v0.7.1...v0.7.2) (2020-04-28) + + +### Bug Fixes + +* **package.json:** semantic release config ([7098c2f](https://github.com/gfmio/example-calculator/commit/7098c2f7f463ba5af0e8fbaa1f6298875af16919)) + ## [0.7.1](https://github.com/gfmio/example-calculator/compare/v0.7.0...v0.7.1) (2020-04-28) diff --git a/package.json b/package.json index a291ae4..5499fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-calculator", - "version": "0.7.1", + "version": "0.7.2", "description": "A simple calculator package developed as an exemplary, educational project using a range of libraries and external tools", "author": "Frédérique Mittelstaedt (www.gfm.io)", "license": "MIT",