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

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.5...v4.0.0) (2019-01-10)

### Code Refactoring

* **modular-scale:** made the function curry ([1c5496b](1c5496b))
* **to-rem:** changed the type of parameters ([0a761d0](0a761d0))

### BREAKING CHANGES

* **to-rem:** instead of root function accepts an object of breakpoint type
* **modular-scale:** instead of root the function accepts an object of breakpoint type
  • Loading branch information
semantic-release-bot committed Jan 10, 2019
1 parent 69bfea2 commit 591438e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/typographist/core/compare/v3.0.5...v4.0.0) (2019-01-10)


### Code Refactoring

* **modular-scale:** made the function curry ([1c5496b](https://github.com/typographist/core/commit/1c5496b))
* **to-rem:** changed the type of parameters ([0a761d0](https://github.com/typographist/core/commit/0a761d0))


### BREAKING CHANGES

* **to-rem:** instead of root function accepts an object of breakpoint type
* **modular-scale:** instead of root the function accepts an object of breakpoint type

## [3.0.5](https://github.com/typographist/core/compare/v3.0.4...v3.0.5) (2019-01-06)


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": "3.0.5",
"version": "4.0.0",
"description": "Core API for typographist",
"main": "lib/typographist-core.cjs.js",
"module": "es/typographist-core.es.js",
Expand Down

0 comments on commit 591438e

Please sign in to comment.