From ad989cf8d159c1f828f47a5176afd5444c019520 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Nov 2019 12:06:55 +0000 Subject: [PATCH] chore(release): 24.0.1 [skip ci] ## [24.0.1](https://github.com/typographist/core/compare/v24.0.0...v24.0.1) (2019-11-10) ### Bug Fixes * adjust import for "makeBreakpointsMap" ([8065638](https://github.com/typographist/core/commit/8065638)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ed727..035b9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [24.0.1](https://github.com/typographist/core/compare/v24.0.0...v24.0.1) (2019-11-10) + + +### Bug Fixes + +* adjust import for "makeBreakpointsMap" ([8065638](https://github.com/typographist/core/commit/8065638)) + # [24.0.0](https://github.com/typographist/core/compare/v23.0.2...v24.0.0) (2019-11-10) diff --git a/package.json b/package.json index 03e4d3b..8b97f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "24.0.0", + "version": "24.0.1", "description": "Core API for typographist", "main": "./src/index.js", "types": "./src/index.d.ts",