We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dbd06 commit b7d7968Copy full SHA for b7d7968
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v1.1.2
2
+* Handle native functions in V8 stack traces
3
+
4
## v1.1.1
5
* Make sure to include direct dependencies in distributed JS files
6
bower.json
@@ -1,6 +1,6 @@
{
"name": "error-stack-parser",
- "version": "1.1.1",
+ "version": "1.1.2",
"main": "./error-stack-parser.js",
"homepage": "https://github.com/stacktracejs/error-stack-parser",
"authors": [
package.json
@@ -5,7 +5,7 @@
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
7
],
8
9
"keywords": [
10
"stacktrace",
11
"error",
0 commit comments