Skip to content

Commit

Permalink
Version 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed May 12, 2021
1 parent 96c6650 commit 7f63c74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v10.0.1
Removed unused dependencies and upgraded other dependencies.

## v10.0.0
Upgraded dependencies and bump to Angular 10 :tada:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Events is a publish-subscribe style event system based on [sqlProvider/angular2-
- Angular 5: `npm install --save [email protected]`
- Angular 6: `npm install --save [email protected]`
- Angular 8: `npm install --save [email protected]`
- Angular 10: `npm install --save [email protected].0`
- Angular 10: `npm install --save [email protected].1`
- :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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular4-events",
"version": "10.0.0",
"version": "10.0.1",
"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 Down

0 comments on commit 7f63c74

Please sign in to comment.