Skip to content

Commit c9aa139

Browse files
committed
1.9.1
1 parent ead7906 commit c9aa139

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.1
4+
5+
- [`ead7906`](https://github.com/mroderick/PubSubJS/commit/ead79069b79df8c4f7d3324047cdb3b9d4c33571)
6+
Fix amd module export (#173) (Sven Busse)
7+
>
8+
> Co-authored-by: Kevin <58685946+Kepeters@users.noreply.github.com>
9+
10+
_Released on 2020-11-13._
11+
312
## 1.9.0
413

514
- [`3fb21e3`](https://github.com/mroderick/PubSubJS/commit/3fb21e309f8bb9fd32906b25b3a607bc32e8b1a7)

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.0",
3+
"version": "1.9.1",
44
"description": "Dependency free publish/subscribe library",
55
"main": "./src/pubsub.js",
66
"directories": {

0 commit comments

Comments
 (0)