Skip to content

Commit 4b263b0

Browse files
committed
v1.5.0
1 parent 1e2732e commit 4b263b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.5.0
4+
- Added output of total number of errors.
5+
- Increased size of buttons.
6+
37
## v1.4.0
48
Added ability to change text for button copy.
59

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "show-js-error",
33
"description": "Show a message about a js error in any browser",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"main": [
66
"dist/show-js-error.js",
77
"dist/show-js-error.custom.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "show-js-error",
33
"description": "Show a message about a js error in any browser",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"author": {
66
"name": "Denis Seleznev",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)