Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed May 8, 2021
1 parent a64a6bc commit f860516
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][]

## [11.0.0][] - 2021-05-08

### Added

- Adding `NgxFeatureToggleRouteGuard` route guard. This class can be used on the routes for the checks:
Expand Down Expand Up @@ -533,3 +535,7 @@ So that, the new flow will be:
[10.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v10.0.0
[unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v10.1.0...HEAD
[10.1.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v10.1.0


[Unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v11.0.0...HEAD
[11.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v11.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": "10.1.0",
"version": "11.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": "10.1.0",
"version": "11.0.0",
"keywords": [
"angular",
"ngx",
Expand Down

0 comments on commit f860516

Please sign in to comment.