diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6ad8df9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +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. + + +# 0.1.0 (2017-01-13) + + +### Bug Fixes + +* Correctly parse json ([323bd4c](https://github.com/relekang/micro-analytics-adapter-redis/commit/323bd4c)) +* Remove typo in set ([2c14e95](https://github.com/relekang/micro-analytics-adapter-redis/commit/2c14e95)) + + +### Features + +* Add initial implementation ([f066f9d](https://github.com/relekang/micro-analytics-adapter-redis/commit/f066f9d)) +* Add keys function ([81bdc54](https://github.com/relekang/micro-analytics-adapter-redis/commit/81bdc54)) diff --git a/package.json b/package.json index fbe2cd8..3f326d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micro-analytics-adapter-redis", - "version": "0.0.0", + "version": "0.1.0", "description": "", "main": "index.js", "scripts": {