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

Skip to content

Commit 7f6828e

Browse files
author
Eric Wendelin
committed
Bump version to 1.1.1.
1 parent 38e4fc0 commit 7f6828e

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,3 +1,6 @@
1+
## v1.1.1
2+
* Make sure to include direct dependencies in distributed JS files
3+
14
## v1.1.0
25
* Move polyfills to separate, optional file
36
* Better docs

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.0",
3+
"version": "1.1.1",
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.0",
8+
"version": "1.1.1",
99
"keywords": [
1010
"stacktrace",
1111
"error",

0 commit comments

Comments
 (0)
0