We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500f2f7 commit be3ba79Copy full SHA for be3ba79
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 9.1.0 (2021-12-01)
2
+[Compare `@uirouter/angular` versions 9.0.1 and 9.1.0](https://github.com/ui-router/angular/compare/9.0.1...9.1.0)
3
+
4
+### Bug Fixes
5
6
+* build package with Angular 13. ([500f2f7](https://github.com/ui-router/angular/commit/500f2f7))
7
8
## 9.0.1 (2021-12-01)
9
[Compare `@uirouter/angular` versions 9.0.0 and 9.0.1](https://github.com/ui-router/angular/compare/9.0.0...9.0.1)
10
package.json
@@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
- "version": "9.0.1",
+ "version": "9.1.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
"compile": "npm run clean && ngc",
0 commit comments