diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e6045f8d..b7243dc956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.9.4](https://github.com/shadow81627/pocketpasta/compare/v0.9.3...v0.9.4) (2019-07-20) + + +### Bug Fixes + +* **nutrition:** display calories ([c5f3576](https://github.com/shadow81627/pocketpasta/commit/c5f3576)) +* **recipe:** add space around nutrition facts table ([4220a21](https://github.com/shadow81627/pocketpasta/commit/4220a21)) + + +### Performance Improvements + +* **css:** remove duplicate bootstrap import ([aab825f](https://github.com/shadow81627/pocketpasta/commit/aab825f)) + ## [0.9.3](https://github.com/shadow81627/pocketpasta/compare/v0.9.2...v0.9.3) (2019-07-20) diff --git a/package-lock.json b/package-lock.json index b418bc9339..f4eecaceb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pocketpasta", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7475898d4b..9c88cbde1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocketpasta", - "version": "0.9.3", + "version": "0.9.4", "description": "Eat spagetti to forgetti your regretti", "author": { "name": "Damien Robinson",