We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14db9f commit d59878dCopy full SHA for d59878d
CHANGELOG.md
@@ -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
11
<a name="0.0.1"></a>
12
## 0.0.1 (2018-09-11)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "datastore-pubsub",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Responsible for providing an interface-datastore compliant api to pubsub",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
0 commit comments