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

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.0.0](v12.1.0...v13.0.0) (2019-02-06)

### Code Refactoring

* **ratios:** remove ratios from constants ([c2e685b](c2e685b))

### Features

* **ratios:** add ratios ([8f75c2e](8f75c2e))

### BREAKING CHANGES

* **ratios:** remove regexes for postcss
  • Loading branch information
semantic-release-bot committed Feb 6, 2019
1 parent 84e5ab4 commit b2e572b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [13.0.0](https://github.com/typographist/core/compare/v12.1.0...v13.0.0) (2019-02-06)


### Code Refactoring

* **ratios:** remove ratios from constants ([c2e685b](https://github.com/typographist/core/commit/c2e685b))


### Features

* **ratios:** add ratios ([8f75c2e](https://github.com/typographist/core/commit/8f75c2e))


### BREAKING CHANGES

* **ratios:** remove regexes for postcss

# [12.1.0](https://github.com/typographist/core/compare/v12.0.0...v12.1.0) (2019-02-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": "12.1.0",
"version": "13.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 b2e572b

Please sign in to comment.