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

Commit 0ec9a1f

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.2.1...v12.0.0) (2019-02-04) ### Code Refactoring * **modular-scale:** uncurry modular-scale ([c299571](c299571)) ### BREAKING CHANGES * **modular-scale:** uncurry modular scale. Now the function accepts 3 parameters `step`, `base`, `ratio`
1 parent fa18689 commit 0ec9a1f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [12.0.0](https://github.com/typographist/core/compare/v11.2.1...v12.0.0) (2019-02-04)
2+
3+
4+
### Code Refactoring
5+
6+
* **modular-scale:** uncurry modular-scale ([c299571](https://github.com/typographist/core/commit/c299571))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **modular-scale:** uncurry modular scale.
12+
Now the function accepts 3 parameters `step`, `base`, `ratio`
13+
114
## [11.2.1](https://github.com/typographist/core/compare/v11.2.0...v11.2.1) (2019-02-04)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typographist/core",
3-
"version": "11.2.1",
3+
"version": "12.0.0",
44
"description": "Core API for typographist",
55
"main": "lib/typographist-core.cjs.js",
66
"module": "es/typographist-core.es.js",

0 commit comments

Comments
 (0)