8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e4fc0 commit 7f6828eCopy full SHA for 7f6828e
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v1.1.1
2
+* Make sure to include direct dependencies in distributed JS files
3
+
4
## v1.1.0
5
* Move polyfills to separate, optional file
6
* Better docs
bower.json
@@ -1,6 +1,6 @@
{
"name": "error-stack-parser",
- "version": "1.1.0",
+ "version": "1.1.1",
"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