Skip to content

Commit 5fd8177

Browse files
Prep for 0.4.2
1 parent 86df71e commit 5fd8177

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="0.4.2"></a>
2+
### 0.4.2 (2017-01-20)
3+
4+
5+
#### Bug Fixes
6+
7+
* **state:** avoid promise.catch() in favor of silenceUncaughtInPromise() ([86df71e7](https://github.com/angular-ui/ui-router/commit/86df71e74bcf166847053a3c590991fc774f2100))
8+
9+
110
<a name="0.4.1"></a>
211
### 0.4.1 (2017-01-19)
312
## [0.4.1](https://github.com/angular-ui/ui-router/compare/0.4.0...0.4.1) (2016-11-03)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"license" : "MIT",
55
"main": "./release/angular-ui-router.js",
66
"dependencies": {

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "State-based routing for AngularJS",
55
"keywords": [
66
"angular",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-router",
33
"description": "State-based routing for AngularJS",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"homepage": "http://angular-ui.github.com/",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)