Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 24, 2022
1 parent 4506e19 commit c2728f9
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 @@
# [2.0.0](https://github.com/Alorel/ngx-sails/compare/1.1.2...2.0.0) (2022-01-24)


### Maintenance

* Update library to support ng13 ([4506e19](https://github.com/Alorel/ngx-sails/commit/4506e19d5a167b7035c6dde13eb63727f1ae5e30))


### BREAKING CHANGES

* Earlier versions of Angular no longer supported

## [1.1.2](https://github.com/Alorel/ngx-sails/compare/1.1.1...1.1.2) (2019-10-25)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-sails",
"version": "1.1.2",
"version": "2.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build ngx-sails",
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.2",
"version": "2.0.0",
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
Expand Down

0 comments on commit c2728f9

Please sign in to comment.