Skip to content

Commit ab21ddb

Browse files
committed
chore(release): 1.1.0
1 parent ca928d1 commit ab21ddb

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [1.1.0](https://github.com/0x04/string-mutilator/compare/v1.0.1...v1.1.0) (2020-05-02)
6+
7+
8+
### Features
9+
10+
* new function `gobbledygook` ([5f08cbe](https://github.com/0x04/string-mutilator/commit/5f08cbe10dc36c6eec3c99e15974db9adbf531f7))
11+
* new module `unicode` ([b62a272](https://github.com/0x04/string-mutilator/commit/b62a2727c5cd949bc0b2fa93c24bfa159042e7de))
12+
13+
14+
### Bug Fixes
15+
16+
* **compressor.pack:** do not crash on empty string ([0dd837e](https://github.com/0x04/string-mutilator/commit/0dd837e737ab97c2ce5bb54b3796867208c824f7))
17+
* **compressor.signature:** add missing round closing bracket ([69ddb65](https://github.com/0x04/string-mutilator/commit/69ddb65edd1b82199bf636c82e26e352756c68b4))

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.0.1"
45+
"version": "1.1.0"
4646
}

0 commit comments

Comments
 (0)