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

Commit

Permalink
chore(release): 18.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.1.0](v18.0.0...v18.1.0) (2019-03-29)

### Features

* **modular-scale:** add memoization ([b74ec3b](b74ec3b))
  • Loading branch information
semantic-release-bot committed Mar 29, 2019
1 parent 5563ce7 commit f1cd089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [18.1.0](https://github.com/typographist/core/compare/v18.0.0...v18.1.0) (2019-03-29)


### Features

* **modular-scale:** add memoization ([b74ec3b](https://github.com/typographist/core/commit/b74ec3b))

# [18.0.0](https://github.com/typographist/core/compare/v17.1.3...v18.0.0) (2019-03-26)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typographist/core",
"version": "18.0.0",
"version": "18.1.0",
"description": "Core API for typographist",
"main": "dist/lib/index.cjs.js",
"module": "dist/es/index.es.js",
Expand Down Expand Up @@ -94,4 +94,4 @@
"dependencies": {
"memoize-one": "5.0.2"
}
}
}

0 comments on commit f1cd089

Please sign in to comment.