Skip to content

Commit cb00ffd

Browse files
committed
3.26.1
1 parent d8f8951 commit cb00ffd

File tree

123 files changed

+132060
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+132060
-617
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## raven-js - 3.26.1
4+
5+
* FIX: Bower build
6+
37
## 3.26.0
48

59
* REF: Return location.origin instead of assigning it for IE10

bower.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-js",
3-
"version": "3.26.0",
3+
"version": "3.26.1",
44
"dependencies": {},
55
"main": "dist/raven.js",
66
"ignore": [
@@ -19,6 +19,9 @@
1919
"package.json",
2020
"example",
2121
"test",
22-
"dist/sri.json"
22+
"dist/sri.json",
23+
"yarn.lock",
24+
"tsconfig.json",
25+
"lerna.json"
2326
]
2427
}

0 commit comments

Comments
 (0)