Skip to content

Commit 577cd55

Browse files
Release 3.1.0
Update CHANGELOG
1 parent 6cf9b8f commit 577cd55

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### ui-router-core changes
2+
# [3.1.0](https://github.com/ui-router/core/compare/3.0.0...v3.1.0) (2017-01-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **UrlRouter:** Use { location: 'replace' } whenever a url redirect happens ([6cf9b8f](https://github.com/ui-router/core/commit/6cf9b8f))
8+
9+
10+
111
### ui-router-core changes
212
# [3.0.0](https://github.com/ui-router/core/compare/2.0.0...3.0.0) (2017-01-08)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-router-core",
33
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm",
77
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",

0 commit comments

Comments
 (0)