diff --git a/CHANGELOG.md b/CHANGELOG.md index 64083f8..b7dad13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [21.0.1](https://github.com/typographist/core/compare/v21.0.0...v21.0.1) (2019-07-26) + + +### Bug Fixes + +* **scripts:** add lint:all and pretty ([e6b69b1](https://github.com/typographist/core/commit/e6b69b1)) + # [21.0.0](https://github.com/typographist/core/compare/v20.0.0...v21.0.0) (2019-07-21) diff --git a/package.json b/package.json index bfca532..99e7dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "21.0.0", + "version": "21.0.1", "description": "Core API for typographist", "main": "dist/lib/index.cjs.js", "module": "dist/es/index.es.js",