Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x04 committed Sep 2, 2020
1 parent 6290518 commit 362a189
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/0x04/string-mutilator/compare/v1.1.0...v1.2.0) (2020-09-02)


### Features

* **charCase:** add new functions ([86e61f0](https://github.com/0x04/string-mutilator/commit/86e61f03e3abc301ca96b52f79dae110af5469e6))


### Bug Fixes

* **charCase:** simplification of case functions ([0b0f78a](https://github.com/0x04/string-mutilator/commit/0b0f78a8284ede5c5def3bb1340718b6707a5c34))
* remove double output on invalid input in CLI ([83ccb7d](https://github.com/0x04/string-mutilator/commit/83ccb7db91eb6768ad8888c124efb52ba6fa1d2f))
* remove local thrown exception in CLI ([7ed46a4](https://github.com/0x04/string-mutilator/commit/7ed46a42c0376f6e5ea7b49dffda13bc6329fe61))
* **compressor.unpack:** remove ending zero chars ([13c0568](https://github.com/0x04/string-mutilator/commit/13c0568bc6192dabf7754404e9c0af4d2dd8f627))

## [1.1.0](https://github.com/0x04/string-mutilator/compare/v1.0.1...v1.1.0) (2020-05-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"test": "ava --verbose",
"watch": "babel src --out-dir lib --watch"
},
"version": "1.1.0"
"version": "1.2.0"
}

0 comments on commit 362a189

Please sign in to comment.