Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Feb 18, 2021
1 parent a810919 commit fbf975d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## 1.9.3

- [`a810919`](https://github.com/mroderick/PubSubJS/commit/a81091962dd4836da9da6dcf7aafeca4aeb9f815)
Fix countSubscriptions
>
> This was introduced in ad93491c760ebc0429a7e9072b2747b2c2ce0a0a, but had
> a bug that was not covered by unit tests.
>
_Released on 2021-02-18._

## 1.9.2

- [`83648dd`](https://github.com/mroderick/PubSubJS/commit/83648dd9e48762a8058904debe1b653850bbcf5c)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pubsub-js",
"version": "1.9.2",
"version": "1.9.3",
"description": "Dependency free publish/subscribe library",
"main": "./src/pubsub.js",
"directories": {
Expand Down

0 comments on commit fbf975d

Please sign in to comment.