Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Jan 13, 2017
1 parent 3963ba2 commit 32fb5be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="0.1.0"></a>
# 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-analytics-adapter-redis",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 32fb5be

Please sign in to comment.