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

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.0...v9.0.0) (2019-01-24)

### Code Refactoring

* remove helpers and modular-scale ([b294ded](b294ded))

### BREAKING CHANGES

* remove fuctions modular-scale, camelize,
normalizeString, toCebabCase, toPxIfHasEm, toSnakeCase, isNumeric
  • Loading branch information
semantic-release-bot committed Jan 24, 2019
1 parent a1b3d94 commit 16b7cfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [9.0.0](https://github.com/typographist/core/compare/v8.0.0...v9.0.0) (2019-01-24)


### Code Refactoring

* remove helpers and modular-scale ([b294ded](https://github.com/typographist/core/commit/b294ded))


### BREAKING CHANGES

* remove fuctions modular-scale, camelize,
normalizeString, toCebabCase, toPxIfHasEm, toSnakeCase, isNumeric

# [8.0.0](https://github.com/typographist/core/compare/v7.0.1...v8.0.0) (2019-01-23)


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": "8.0.0",
"version": "9.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 16b7cfd

Please sign in to comment.