Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 22.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [22.0.0](v21.0.1...v22.0.0) (2019-11-05)

### Code Refactoring

* remove legacy utils ([6e45649](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
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent bb910f7 commit df308fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit df308fe

Please sign in to comment.