Skip to content

Commit be3ba79

Browse files
9.1.0
1 parent 500f2f7 commit be3ba79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 9.0.1 (2021-12-01)
29
[Compare `@uirouter/angular` versions 9.0.0 and 9.0.1](https://github.com/ui-router/angular/compare/9.0.0...9.0.1)
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular",
44
"description": "State-based routing for Angular",
5-
"version": "9.0.1",
5+
"version": "9.1.0",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)