From df308fea825020d8d48b3b511153886abb04f9fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2019 11:10:49 +0000 Subject: [PATCH] chore(release): 22.0.0 [skip ci] # [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 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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": {