Skip to content

Commit

Permalink
11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 22, 2020
1 parent 6d2d4ed commit 7284648
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 11.0.2 (2020-07-22)
[Compare `@uirouter/angular-hybrid` versions 11.0.1 and 11.0.2](https://github.com/ui-router/angular-hybrid/compare/11.0.1...11.0.2)

### Bug Fixes

* **module:** Use generic type on ModuleWithProviders typing ([6d2d4ed](https://github.com/ui-router/angular-hybrid/commit/6d2d4ed)), closes [#445](https://github.com/ui-router/angular-hybrid/issues/445)

## 11.0.1 (2020-07-21)
[Compare `@uirouter/angular-hybrid` versions 11.0.0 and 11.0.1](https://github.com/ui-router/angular-hybrid/compare/11.0.0...11.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular-hybrid",
"version": "11.0.1",
"version": "11.0.2",
"scripts": {
"example": "cd example && npm i && npm start",
"clean": "shx rm -rf lib _bundles dist",
Expand Down

0 comments on commit 7284648

Please sign in to comment.