Skip to content

Commit 356fe70

Browse files
committed
update version to 0.2.3
1 parent 6122569 commit 356fe70

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="0.2.3"></a>
2+
## 0.2.3 (2016-09-17)
3+
4+
5+
### Bug Fixes
6+
7+
* default message is empty string ([5e7eff0](https://github.com/adoyle-h/Ero.js/commit/5e7eff0))
8+
* default value of template prop is missing ([37bc27d](https://github.com/adoyle-h/Ero.js/commit/37bc27d))
9+
* error stack missing message ([1827cd9](https://github.com/adoyle-h/Ero.js/commit/1827cd9))
10+
* error.stack can be reassigned ([2d88e5e](https://github.com/adoyle-h/Ero.js/commit/2d88e5e))
11+
* local config missing ([033a45b](https://github.com/adoyle-h/Ero.js/commit/033a45b))
12+
* the judgement to error parameter ([8d97fc5](https://github.com/adoyle-h/Ero.js/commit/8d97fc5))
13+
14+
15+
### Features
16+
17+
* refactoring Ero to be a class, no longer be singleton ([7c25daf](https://github.com/adoyle-h/Ero.js/commit/7c25daf))
18+
19+
20+
121
<a name="0.2.2"></a>
222
## 0.2.2 (2016-08-15)
323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ero",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "An error library provides simple functions for building your own customized errors.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)