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

Commit 2fadd3a

Browse files
chore(release): 20.0.0 [skip ci]
# [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
1 parent 290f208 commit 2fadd3a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [20.0.0](https://github.com/typographist/core/compare/v19.1.1...v20.0.0) (2019-06-26)
2+
3+
4+
### Code Refactoring
5+
6+
* remove functions ([3683436](https://github.com/typographist/core/commit/3683436))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* getFirstLetter, getWordTail, camelize, normalizeString, separateWords,
12+
toKebabCase, toSnakeCase
13+
114
## [19.1.1](https://github.com/typographist/core/compare/v19.1.0...v19.1.1) (2019-05-05)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typographist/core",
3-
"version": "19.1.1",
3+
"version": "20.0.0",
44
"description": "Core API for typographist",
55
"main": "dist/lib/index.cjs.js",
66
"module": "dist/es/index.es.js",

0 commit comments

Comments
 (0)