Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 10, 2023
1 parent 322b063 commit 3c88877
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 @@
# [4.0.0](https://github.com/Alorel/ngx-sails/compare/3.0.0...4.0.0) (2023-10-10)


### Maintenance

* Update to Angular 16 ([36d71d3](https://github.com/Alorel/ngx-sails/commit/36d71d360c5e4bc072e86f99a92224318306ea92)), closes [#242](https://github.com/Alorel/ngx-sails/issues/242)


### BREAKING CHANGES

* Angular 15 no longer supported

# [3.0.0](https://github.com/Alorel/ngx-sails/compare/2.1.0...3.0.0) (2023-01-27)


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": "3.0.0",
"version": "4.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": "3.0.0",
"version": "4.0.0",
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
Expand Down

0 comments on commit 3c88877

Please sign in to comment.