Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Sep 10, 2019
1 parent 592002a commit df82f26
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.0](https://github.com/Alorel/ngx-sails/compare/1.0.2...1.1.0) (2019-09-10)


### Features

* SailsClient can now emit values ([d78775c](https://github.com/Alorel/ngx-sails/commit/d78775c))


### Maintenance

* Fix changelog typo ([592002a](https://github.com/Alorel/ngx-sails/commit/592002a))

## [1.0.2](https://github.com/Alorel/ngx-sails/compare/1.0.1...1.0.2) (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.2)](https://travis-ci.com/Alorel/ngx-sails)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.0.2)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.0.2)
[![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)

# 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.2",
"version": "1.1.0",
"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.0.2",
"version": "1.1.0",
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
Expand Down

0 comments on commit df82f26

Please sign in to comment.