Skip to content

Commit 7284648

Browse files
11.0.2
1 parent 6d2d4ed commit 7284648

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 11.0.2 (2020-07-22)
2+
[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)
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
18
## 11.0.1 (2020-07-21)
29
[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)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular-hybrid",
4-
"version": "11.0.1",
4+
"version": "11.0.2",
55
"scripts": {
66
"example": "cd example && npm i && npm start",
77
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)