Skip to content

Commit cc349eb

Browse files
8.0.1
1 parent 390c833 commit cc349eb

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+
## 8.0.1 (2021-03-02)
2+
[Compare `@uirouter/angular` versions 8.0.0 and 8.0.1](https://github.com/ui-router/angular/compare/8.0.0...8.0.1)
3+
4+
### Bug Fixes
5+
6+
* **location:** do not add hash to URL twice ([#847](https://github.com/ui-router/angular/issues/847)) ([3794b25](https://github.com/ui-router/angular/commit/3794b25))
7+
18
# 8.0.0 (2020-12-21)
29
[Compare `@uirouter/angular` versions 7.0.0 and 8.0.0](https://github.com/ui-router/angular/compare/7.0.0...8.0.0)
310

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": "8.0.0",
5+
"version": "8.0.1",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)