Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Sep 9, 2019
1 parent 0bbfd3d commit 2666737
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

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": "ngx-sails",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-sails/package.json
Original file line number Diff line number Diff line change
@@ -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"}}

0 comments on commit 2666737

Please sign in to comment.