Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Feb 20, 2023
1 parent 8735285 commit f1d7c65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [12.0.0][] - 2023-02-20

### Updated

- Upgrading library to Angular v15
Expand Down Expand Up @@ -562,3 +564,7 @@ Now we can define the animation we want to use in `<ngx-feature-toggle>` compone
[6.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v6.0.0
[unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v7.0.0


[Unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v12.0.0...HEAD
[12.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v12.0.0
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -3,7 +3,7 @@
"description": "Your module to handle with feature toggles in Angular applications easier.",
"author": "Will Mendes <willmendesneto@gmail.com>",
"license": "MIT",
"version": "11.0.0",
"version": "12.0.0",
"keywords": [
"angular",
"ngx",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-feature-toggle/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-feature-toggle",
"description": "Your module to handle with feature toggles in Angular applications easier.",
"author": "Will Mendes <willmendesneto@gmail.com>",
"version": "11.0.0",
"version": "12.0.0",
"keywords": [
"angular",
"ngx",
Expand Down

0 comments on commit f1d7c65

Please sign in to comment.