Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 24, 2022
1 parent ee933a6 commit 26d4b8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/Alorel/ngx-sails/compare/2.0.0...2.0.1) (2022-01-24)


### Bug Fixes

* Add socket.io client typings as dependency ([ee933a6](https://github.com/Alorel/ngx-sails/commit/ee933a67ca4f4a3c863d195638201e88add6746a))

# [2.0.0](https://github.com/Alorel/ngx-sails/compare/1.1.2...2.0.0) (2022-01-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-sails",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"start": "ng serve",
"build": "ng build ngx-sails",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-sails/package.json
@@ -1,6 +1,6 @@
{
"name": "@aloreljs/ngx-sails",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
Expand Down

0 comments on commit 26d4b8c

Please sign in to comment.