Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 29d8376 commit 60474f0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/Alorel/ngx-sails/compare/2.1.0...3.0.0) (2023-01-27)


### ci

* Add CodeQL action ([cf245f9](https://github.com/Alorel/ngx-sails/commit/cf245f94fa96fbf6cb1e47a135301b779a764e65))


### Features

* Repackage for Angular 15 ([974f0ae](https://github.com/Alorel/ngx-sails/commit/974f0ae9c5580c9409fa39f68750913de4a8076b))


### BREAKING CHANGES

* Angular 14 no longer supported

# [2.1.0](https://github.com/Alorel/ngx-sails/compare/2.0.1...2.1.0) (2022-09-05)


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

0 comments on commit 60474f0

Please sign in to comment.