Skip to content

Commit cb3055e

Browse files
committed
1.9.4
1 parent ae3284d commit cb3055e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

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

3+
## 1.9.4
4+
5+
- [`ae3284d`](https://github.com/mroderick/PubSubJS/commit/ae3284d46054b189e143b405e1bfc6c09643bf77)
6+
Use existing root.pubSub when present (#213) (abishek-srinivasan)
7+
>
8+
> This means that loading `pubsub-js` more than once in the same environment will work as the author expects. A warning will be output on the console to make the developer aware of the duplication.
9+
10+
_Released on 2021-11-11._
11+
312
## 1.9.3
413

514
- [`a810919`](https://github.com/mroderick/PubSubJS/commit/a81091962dd4836da9da6dcf7aafeca4aeb9f815)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubsub-js",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Dependency free publish/subscribe library",
55
"main": "./src/pubsub.js",
66
"directories": {

0 commit comments

Comments
 (0)