diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2b8dcd9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 1.0.0 (2019-09-09) + + +### Documentation + +* **readme:** add Greenkeeper badge ([6231227](https://github.com/Alorel/ngx-sails/commit/6231227)) + + +### Features + +* initial release ([#2](https://github.com/Alorel/ngx-sails/issues/2)) ([533cad1](https://github.com/Alorel/ngx-sails/commit/533cad1)), closes [#6](https://github.com/Alorel/ngx-sails/issues/6) diff --git a/README.md b/README.md index c1f9af9..b17346a 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.org/Alorel/ngforage.svg?branch=master)](https://travis-ci.org/Alorel/ngforage) -[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=master)](https://coveralls.io/github/Alorel/ngx-sails?branch=master) +[![Build Status](https://travis-ci.org/Alorel/ngforage.svg?branch=1.0.0)](https://travis-ci.org/Alorel/ngforage) +[![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) # Angular bindings for the sails socket client diff --git a/package.json b/package.json index d13b7fe..29f3282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-sails", - "version": "0.0.1", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-sails/package.json b/projects/ngx-sails/package.json index 74e697c..4178a0f 100644 --- a/projects/ngx-sails/package.json +++ b/projects/ngx-sails/package.json @@ -1,32 +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": "0.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" - } -} +{"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"}}