Skip to content

Commit 31ee89b

Browse files
sqlProvidersqlProvider
authored andcommitted
[Version] v2.0.0-stable
1 parent 97f4a4d commit 31ee89b

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v1.1.2
2-
Added unit tests for the service and project restructure updated to use the benefits of webpack and bundling.
1+
## v2.0.0
2+
- PubSubService moved into PubSubModule.
3+
- Added unit tests for the service and project restructure updated to use the benefits of webpack and bundling.
34

45
## v1.1.1
56
Recovery fix and added interfaces.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
A simple publisher/subscriber service.
44

5-
## Contributers
6-
7-
- [Semih KEŞKEK](http://github.com/sqlProvider)
8-
- [Mert SUSUR](http://github.com/msusur)
9-
105
## Usage
116
- Import service in your codes or download via npm or bower.
127

@@ -117,3 +112,7 @@ npm run build
117112
```
118113
Commands above will generate the ready to use bundles under the `./dist` folder.
119114
115+
## Contributers
116+
117+
- [Semih KEŞKEK](http://github.com/sqlProvider)
118+
- [Mert SUSUR](http://github.com/msusur)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-pubsub",
33
"description": "Pub/Sub service for Angular 2",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"main": "./umd/angular2-pubsub.js",
66
"authors": [
77
"Semih KEŞKEK",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-pubsub",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Pub/Sub service for Angular 2",
55
"main": "./umd/angular2-pubsub.js",
66
"module": "./esm/src/index.js",
@@ -24,7 +24,8 @@
2424
],
2525
"author": {
2626
"name": "Semih KEŞKEK",
27-
"email": "keskeksmh@gmail.com"
27+
"email": "keskeksmh@gmail.com",
28+
"url": "http://github.com/sqlProvider"
2829
},
2930
"contributors": [
3031
{

0 commit comments

Comments
 (0)