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

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.1.1...v20.0.0) (2019-06-26)

### Code Refactoring

* remove functions ([3683436](3683436))

### BREAKING CHANGES

* getFirstLetter, getWordTail, camelize, normalizeString, separateWords,
toKebabCase, toSnakeCase
  • Loading branch information
semantic-release-bot committed Jun 26, 2019
1 parent 290f208 commit 2fadd3a
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 @@
# [20.0.0](https://github.com/typographist/core/compare/v19.1.1...v20.0.0) (2019-06-26)


### Code Refactoring

* remove functions ([3683436](https://github.com/typographist/core/commit/3683436))


### BREAKING CHANGES

* getFirstLetter, getWordTail, camelize, normalizeString, separateWords,
toKebabCase, toSnakeCase

## [19.1.1](https://github.com/typographist/core/compare/v19.1.0...v19.1.1) (2019-05-05)


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": "19.1.1",
"version": "20.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 2fadd3a

Please sign in to comment.