diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f2e1b..6c0edbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.1](https://github.com/gfmio/example-calculator/compare/v0.7.0...v0.7.1) (2020-04-28) + + +### Bug Fixes + +* **readme.md:** add references to gulp and rollup ([3fd04e9](https://github.com/gfmio/example-calculator/commit/3fd04e9cf8083cd83f4ef8e14693b3a6f9cfc995)) + # [0.7.0](https://github.com/gfmio/example-calculator/compare/v0.6.0...v0.7.0) (2019-03-12) diff --git a/package.json b/package.json index dce07f4..a291ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-calculator", - "version": "0.7.0", + "version": "0.7.1", "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", @@ -140,4 +140,4 @@ ] ] } -} +} \ No newline at end of file