Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x04 committed May 2, 2020
1 parent ca928d1 commit ab21ddb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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))
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.0.1"
"version": "1.1.0"
}

0 comments on commit ab21ddb

Please sign in to comment.