From 565826b4e6534cb3445146f26529e294baeb45c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2019 12:31:07 +0000 Subject: [PATCH] chore(release): 23.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {