diff --git a/CHANGELOG.md b/CHANGELOG.md index d07b936..2f133d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [23.0.1](https://github.com/typographist/core/compare/v23.0.0...v23.0.1) (2019-11-08) + + +### Bug Fixes + +* remove 'invariantWithPrefix' ([472b623](https://github.com/typographist/core/commit/472b623)) + # [23.0.0](https://github.com/typographist/core/compare/v22.0.0...v23.0.0) (2019-11-08) diff --git a/package.json b/package.json index fdaae96..0258417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "23.0.0", + "version": "23.0.1", "description": "Core API for typographist", "main": "src/index.js", "scripts": {