Skip to content

Commit 32fb5be

Browse files
committed
chore(release): 0.1.0
1 parent 3963ba2 commit 32fb5be

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.1.0"></a>
6+
# 0.1.0 (2017-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* Correctly parse json ([323bd4c](https://github.com/relekang/micro-analytics-adapter-redis/commit/323bd4c))
12+
* Remove typo in set ([2c14e95](https://github.com/relekang/micro-analytics-adapter-redis/commit/2c14e95))
13+
14+
15+
### Features
16+
17+
* Add initial implementation ([f066f9d](https://github.com/relekang/micro-analytics-adapter-redis/commit/f066f9d))
18+
* Add keys function ([81bdc54](https://github.com/relekang/micro-analytics-adapter-redis/commit/81bdc54))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-analytics-adapter-redis",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)