Skip to content

Commit 02d1dfa

Browse files
bump up to @superbalist/js-pubsub ^3.0.0
1 parent 67daee7 commit 02d1dfa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.0 - 2017-07-18
4+
5+
* Bump up to @superbalist/js-pubsub ^3.0.0
6+
37
## 1.0.1 - 2017-05-23
48

59
* Fix bug where individual messages are json encoded, resulting in double encoding

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superbalist/js-pubsub-http",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "An HTTP adapter for the js-pubsub package.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/Superbalist/js-pubsub-http#readme",
2828
"dependencies": {
29-
"@superbalist/js-pubsub": "^2.0.0",
29+
"@superbalist/js-pubsub": "^3.0.0",
3030
"request": "^2.81.0",
3131
"request-promise-native": "^1.0.4"
3232
},

0 commit comments

Comments
 (0)