diff --git a/CHANGELOG.md b/CHANGELOG.md index b7dad13..0678100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [22.0.0](https://github.com/typographist/core/compare/v21.0.1...v22.0.0) (2019-11-05) + + +### Code Refactoring + +* remove legacy utils ([6e45649](https://github.com/typographist/core/commit/6e45649)) + + +### BREAKING CHANGES + +* remove functions +is, type, head, tail, every,all, any, pipe, map,reduce,filter, +createMemoize,invariantWithPrefix, getTailBreakpointsValues +getTailBreakpointsNames, makeBreakpointNamesList, makeBreakpoints, +getInitialBreakpoint, replace makeBreakpointsMap with getBreakpointsMap + ## [21.0.1](https://github.com/typographist/core/compare/v21.0.0...v21.0.1) (2019-07-26) diff --git a/package.json b/package.json index 2b4b9d0..9a5a909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "21.0.1", + "version": "22.0.0", "description": "Core API for typographist", "main": "src/index.js", "scripts": {