Skip to content

Commit

Permalink
Version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed May 12, 2021
1 parent 07a1f73 commit 4e2497c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v11.0.0
Upgraded dependencies and bump to Angular 11 :tada:

## v10.0.1
Removed unused dependencies and upgraded other dependencies.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Events is a publish-subscribe style event system based on [sqlProvider/angular2-
- Angular 6: `npm install --save [email protected]`
- Angular 8: `npm install --save [email protected]`
- Angular 10: `npm install --save [email protected]`
- Angular 11: `npm install --save [email protected]`
- :warning: Version 5.0.1 is incompatible with Angular 5 and should have been version 6.0.0.

- Add module bundle to imports in your application.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular4-events",
"version": "10.0.1",
"version": "11.0.0",
"description": "Events is a publish-subscribe style event system based on sqlProvider/angular2-pubsub",
"main": "./umd/angular4-events.js",
"module": "./esm/src/index.js",
Expand All @@ -23,6 +23,7 @@
"Angular6",
"Angular8",
"Angular10",
"Angular11",
"pubsub",
"events",
"angular4-service"
Expand Down

0 comments on commit 4e2497c

Please sign in to comment.