Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Sep 25, 2019
1 parent 8b6e2c2 commit 22c13d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.1.1](https://github.com/Alorel/ngx-sails/compare/1.1.0...1.1.1) (2019-09-25)


### Bug Fixes

* **readme:** Fixed typo in package name ([6578ce7](https://github.com/Alorel/ngx-sails/commit/6578ce7)), closes [#11](https://github.com/Alorel/ngx-sails/issues/11)


### Maintenance

* Remove rebase github action ([8b6e2c2](https://github.com/Alorel/ngx-sails/commit/8b6e2c2))

# [1.1.0](https://github.com/Alorel/ngx-sails/compare/1.0.2...1.1.0) (2019-09-10)


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.1.0)](https://travis-ci.com/Alorel/ngx-sails)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.1.0)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.1.0)
[![Build Status](https://travis-ci.com/Alorel/ngx-sails.svg?branch=1.1.1)](https://travis-ci.com/Alorel/ngx-sails)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.1.1)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.1.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.1.0",
"version": "1.1.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,6 +1,6 @@
{
"name": "@aloreljs/ngx-sails",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
Expand Down

0 comments on commit 22c13d8

Please sign in to comment.