Skip to content

Commit 43b2687

Browse files
committed
Bump to 0.7.2
1 parent 3720ffa commit 43b2687

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.7.2
4+
5+
* Another 3x speed up in `SourceMapConsumer`. Read about it here:
6+
http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html
7+
38
## 0.7.1
49

510
* Updated TypeScript typings. [#321][]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This is a library to generate and consume the source map format
1515

1616
## Use on the Web
1717

18-
<script src="https://unpkg.com/[email protected].0/dist/source-map.js"></script>
18+
<script src="https://unpkg.com/[email protected].2/dist/source-map.js"></script>
1919
<script>
2020
sourceMap.SourceMapConsumer.initialize({
21-
"lib/mappings.wasm": "https://unpkg.com/[email protected].0/lib/mappings.wasm"
21+
"lib/mappings.wasm": "https://unpkg.com/[email protected].2/lib/mappings.wasm"
2222
});
2323
</script>
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "source-map",
33
"description": "Generates and consumes source maps",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"homepage": "https://github.com/mozilla/source-map",
66
"author": "Nick Fitzgerald <[email protected]>",
77
"contributors": [

0 commit comments

Comments
 (0)