diff --git a/CHANGELOG.md b/CHANGELOG.md index c730f9b..bc693b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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/Gipphe/caseof/compare/v1.0.0...v1.1.0) (2018-08-02) + + +### Features + +* add `otherwise` ([a93a6d8](https://github.com/Gipphe/caseof/commit/a93a6d8)) + + + # 1.0.0 (2018-08-02) diff --git a/package.json b/package.json index fc6c5c9..09bd19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caseof", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "author": "Victor Nascimento Bakke", "homepage": "https://github.com/Gipphe/caseof",