Skip to content

Commit 5da044f

Browse files
6.0.2
1 parent 3884c2a commit 5da044f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 6.0.2 (2020-06-06)
2+
[Compare `@uirouter/angular` versions 6.0.1 and 6.0.2](https://github.com/ui-router/angular/compare/6.0.1...6.0.2)
3+
4+
### Bug Fixes
5+
6+
* **ci:** Set git username ([b209cd8](https://github.com/ui-router/angular/commit/b209cd8))
7+
8+
9+
### Features
10+
11+
* create OnUiParamsChanged, OnUiExit interfaces ([#800](https://github.com/ui-router/angular/issues/800)) ([ea4574d](https://github.com/ui-router/angular/commit/ea4574d)), closes [#788](https://github.com/ui-router/angular/issues/788)
12+
* **update_dependencies:** Add a repository_dispatch trigger ([d7a9777](https://github.com/ui-router/angular/commit/d7a9777))
13+
114
## 6.0.1 (2019-11-24)
215
[Compare `@uirouter/angular` versions 6.0.0 and 6.0.1](https://github.com/ui-router/angular/compare/6.0.0...6.0.1)
316

package.json

Lines changed: 1 addition & 1 deletion
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": "6.0.1",
5+
"version": "6.0.2",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)