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

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.0.0](v13.2.0...v14.0.0) (2019-03-02)

### Code Refactoring

*  make utils ([fc074bf](fc074bf))

### BREAKING CHANGES

* transferred functions of
percentage, toEm, toPx, isNumeric, camelize,
modularScale, normalizeString, toCebabCase,
toRem, toSnakeCase to the utils file
  • Loading branch information
semantic-release-bot committed Mar 2, 2019
1 parent fc074bf commit e5a877b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [14.0.0](https://github.com/typographist/core/compare/v13.2.0...v14.0.0) (2019-03-02)


### Code Refactoring

* make utils ([fc074bf](https://github.com/typographist/core/commit/fc074bf))


### BREAKING CHANGES

* transferred functions of
percentage, toEm, toPx, isNumeric, camelize,
modularScale, normalizeString, toCebabCase,
toRem, toSnakeCase to the utils file

# [13.2.0](https://github.com/typographist/core/compare/v13.1.3...v13.2.0) (2019-02-27)


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": "13.2.0",
"version": "14.0.0",
"description": "Core API for typographist",
"main": "dist/lib/index.cjs.js",
"module": "dist/es/index.es.js",
Expand Down

0 comments on commit e5a877b

Please sign in to comment.