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",