8000 Bump version to 1.2.0. · stacktracejs/error-stack-parser@2965497 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2965497

Browse files
author
Eric Wendelin
committed
Bump version to 1.2.0.
1 parent b2fe9fd commit 2965497

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## v1.1.2
22
* Handle native functions in V8 stack traces
33

4+
## v1.2.0
5+
* Propagate "(native)" locations instead of defaulting to `undefined`
6+
47
## v1.1.1
58
* Make sure to include direct dependencies in distributed JS files
69

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "error-stack-parser",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"main": "./error-stack-parser.js",
55
"homepage": "https://github.com/stacktracejs/error-stack-parser",
66
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
66
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
77
],
8-
"version": "1.1.2",
8+
"version": "1.2.0",
99
"keywords": [
1010
"stacktrace",
1111
"error",

0 commit comments

Comments
 (0)
0