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 67daee7 commit 02d1dfaCopy full SHA for 02d1dfa
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.0.0 - 2017-07-18
4
+
5
+* Bump up to @superbalist/js-pubsub ^3.0.0
6
7
## 1.0.1 - 2017-05-23
8
9
* Fix bug where individual messages are json encoded, resulting in double encoding
package.json
@@ -1,6 +1,6 @@
{
"name": "@superbalist/js-pubsub-http",
- "version": "1.0.1",
+ "version": "2.0.0",
"description": "An HTTP adapter for the js-pubsub package.",
"main": "lib/index.js",
"scripts": {
@@ -26,7 +26,7 @@
26
},
27
"homepage": "https://github.com/Superbalist/js-pubsub-http#readme",
28
"dependencies": {
29
- "@superbalist/js-pubsub": "^2.0.0",
+ "@superbalist/js-pubsub": "^3.0.0",
30
"request": "^2.81.0",
31
"request-promise-native": "^1.0.4"
32
0 commit comments