Skip to content

Commit d59878d

Browse files
committed
chore: release version v0.0.2
1 parent c14db9f commit d59878d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.0.2"></a>
2+
## [0.0.2](https://github.com/ipfs/js-datastore-pubsub/compare/v0.0.1...v0.0.2) (2018-09-13)
3+
4+
5+
### Features
6+
7+
* add subscription key function ([776d35a](https://github.com/ipfs/js-datastore-pubsub/commit/776d35a))
8+
9+
10+
111
<a name="0.0.1"></a>
212
## 0.0.1 (2018-09-11)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-pubsub",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Responsible for providing an interface-datastore compliant api to pubsub",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)