Skip to content

Commit 3813442

Browse files
author
sqlProvider
committed
[Version] v.4.0.4
1 parent 0a7a85f commit 3813442

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## v5.0.0
2-
- Fixed the issue that angular V5.x.x type error (#9).
1+
## v4.0.4
2+
- Updated NPM Readme
33

44
## v4.0.3
55
- Default version is now 4.x.x

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ A simple publisher/subscriber service.
1313

1414
`npm i --save angular2-pubsub@2.0.6`
1515

16-
if you use Angular version 5.x.x plase install from npm with 'next' tag.
17-
18-
`npm i --save angular2-pubsub@next`
19-
2016
- Add module bundle to imports in your application.
2117
```typescript
2218
...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-pubsub",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Pub/Sub service for Angular 2",
55
"main": "./umd/angular2-pubsub.js",
66
"module": "./esm/src/index.js",

0 commit comments

Comments
 (0)