From 5f6a6285fd0b6fafd0f6713d4ba3c3747fa2c895 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Nov 2019 11:22:36 +0000 Subject: [PATCH] chore(release): 24.0.0 [skip ci] # [24.0.0](https://github.com/typographist/core/compare/v23.0.2...v24.0.0) (2019-11-10) ### chore * replace utils with lib ([e45805f](https://github.com/typographist/core/commit/e45805f)) ### BREAKING CHANGES * replace getBreakpointsMap with makeBreakpointsMap --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b7ca9..12ed727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [24.0.0](https://github.com/typographist/core/compare/v23.0.2...v24.0.0) (2019-11-10) + + +### chore + +* replace utils with lib ([e45805f](https://github.com/typographist/core/commit/e45805f)) + + +### BREAKING CHANGES + +* replace getBreakpointsMap with +makeBreakpointsMap + ## [23.0.2](https://github.com/typographist/core/compare/v23.0.1...v23.0.2) (2019-11-10) diff --git a/package.json b/package.json index cb76625..03e4d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "23.0.2", + "version": "24.0.0", "description": "Core API for typographist", "main": "./src/index.js", "types": "./src/index.d.ts",