diff --git a/CHANGELOG.md b/CHANGELOG.md index e72bc1b..e7083c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.0.1](https://github.com/typographist/core/compare/v7.0.0...v7.0.1) (2019-01-23) + + +### Bug Fixes + +* **error-messages:** fix error messages ([0ea8058](https://github.com/typographist/core/commit/0ea8058)) +* **error-messages:** fix error messages ([ef26a60](https://github.com/typographist/core/commit/ef26a60)) + # [7.0.0](https://github.com/typographist/core/compare/v6.1.0...v7.0.0) (2019-01-23) diff --git a/package.json b/package.json index ea1cd18..d3a5432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "7.0.0", + "version": "7.0.1", "description": "Core API for typographist", "main": "lib/typographist-core.cjs.js", "module": "es/typographist-core.es.js",