Skip to content

Commit 362a189

Browse files
committed
chore(release): 1.2.0
1 parent 6290518 commit 362a189

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/0x04/string-mutilator/compare/v1.1.0...v1.2.0) (2020-09-02)
6+
7+
8+
### Features
9+
10+
* **charCase:** add new functions ([86e61f0](https://github.com/0x04/string-mutilator/commit/86e61f03e3abc301ca96b52f79dae110af5469e6))
11+
12+
13+
### Bug Fixes
14+
15+
* **charCase:** simplification of case functions ([0b0f78a](https://github.com/0x04/string-mutilator/commit/0b0f78a8284ede5c5def3bb1340718b6707a5c34))
16+
* remove double output on invalid input in CLI ([83ccb7d](https://github.com/0x04/string-mutilator/commit/83ccb7db91eb6768ad8888c124efb52ba6fa1d2f))
17+
* remove local thrown exception in CLI ([7ed46a4](https://github.com/0x04/string-mutilator/commit/7ed46a42c0376f6e5ea7b49dffda13bc6329fe61))
18+
* **compressor.unpack:** remove ending zero chars ([13c0568](https://github.com/0x04/string-mutilator/commit/13c0568bc6192dabf7754404e9c0af4d2dd8f627))
19+
520
## [1.1.0](https://github.com/0x04/string-mutilator/compare/v1.0.1...v1.1.0) (2020-05-02)
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"test": "ava --verbose",
4343
"watch": "babel src --out-dir lib --watch"
4444
},
45-
"version": "1.1.0"
45+
"version": "1.2.0"
4646
}

0 commit comments

Comments
 (0)