diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8dcd9..a597f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Alorel/ngx-sails/compare/1.0.0...1.0.1) (2019-09-09) + + +### Bug Fixes + +* Fix wrong travis bradge in README ([0bbfd3d](https://github.com/Alorel/ngx-sails/commit/0bbfd3d)) + # 1.0.0 (2019-09-09) diff --git a/README.md b/README.md index 8a976b5..de90e09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/ngx-sails.svg)](https://greenkeeper.io/) -[![Build Status](https://travis-ci.com/Alorel/ngx-sails.svg?branch=1.0.0)](https://travis-ci.com/Alorel/ngx-sails) -[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.0.0)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.0.0) +[![Build Status](https://travis-ci.com/Alorel/ngx-sails.svg?branch=1.0.1)](https://travis-ci.com/Alorel/ngx-sails) +[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.0.1)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.0.1) # Angular bindings for the sails socket client diff --git a/package.json b/package.json index 29f3282..c68a445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-sails", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-sails/package.json b/projects/ngx-sails/package.json index 4178a0f..6cbe3e2 100644 --- a/projects/ngx-sails/package.json +++ b/projects/ngx-sails/package.json @@ -1 +1 @@ -{"name":"@aloreljs/ngx-sails","publishConfig":{"access":"public"},"description":"Sails socket.io bindings for Angular","keywords":["angular","ngx","sails","socket","socket.io","binding","bindings"],"version":"1.0.0","dependencies":{"@types/socket.io-client":"^1.4.32"},"peerDependencies":{"@angular/common":"^8.0.0","@angular/core":"^8.0.0","rxjs":"^6.4.0","socket.io-client":"^2.0.0"},"devDependencies":{"@angular/platform-browser-dynamic":"^8.2.5","@types/lodash-es":"^4.17.3","lodash-es":"^4.17.15","zone.js":"~0.10.2"}} +{"name":"@aloreljs/ngx-sails","publishConfig":{"access":"public"},"description":"Sails socket.io bindings for Angular","keywords":["angular","ngx","sails","socket","socket.io","binding","bindings"],"version":"1.0.1","dependencies":{"@types/socket.io-client":"^1.4.32"},"peerDependencies":{"@angular/common":"^8.0.0","@angular/core":"^8.0.0","rxjs":"^6.4.0","socket.io-client":"^2.0.0"},"devDependencies":{"@angular/platform-browser-dynamic":"^8.2.5","@types/lodash-es":"^4.17.3","lodash-es":"^4.17.15","zone.js":"~0.10.2"}}