diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..9c54a23 --- /dev/null +++ b/changelog.md @@ -0,0 +1,17 @@ +# Changelog + +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.1.0](https://github.com/0x04/string-mutilator/compare/v1.0.1...v1.1.0) (2020-05-02) + + +### Features + +* new function `gobbledygook` ([5f08cbe](https://github.com/0x04/string-mutilator/commit/5f08cbe10dc36c6eec3c99e15974db9adbf531f7)) +* new module `unicode` ([b62a272](https://github.com/0x04/string-mutilator/commit/b62a2727c5cd949bc0b2fa93c24bfa159042e7de)) + + +### Bug Fixes + +* **compressor.pack:** do not crash on empty string ([0dd837e](https://github.com/0x04/string-mutilator/commit/0dd837e737ab97c2ce5bb54b3796867208c824f7)) +* **compressor.signature:** add missing round closing bracket ([69ddb65](https://github.com/0x04/string-mutilator/commit/69ddb65edd1b82199bf636c82e26e352756c68b4)) diff --git a/package-lock.json b/package-lock.json index 9ddf2c7..42f8e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@0x04/string-mutilator", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69abff7..0e488ac 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "test": "ava --verbose", "watch": "babel src --out-dir lib --watch" }, - "version": "1.0.1" + "version": "1.1.0" }