Skip to content

Commit

Permalink
Bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 26, 2018
1 parent 3720ffa commit 43b2687
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log

## 0.7.2

* Another 3x speed up in `SourceMapConsumer`. Read about it here:
http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html

## 0.7.1

* Updated TypeScript typings. [#321][]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,10 +15,10 @@ This is a library to generate and consume the source map format

## Use on the Web

<script src="https://unpkg.com/source-map@0.7.0/dist/source-map.js"></script>
<script src="https://unpkg.com/source-map@0.7.2/dist/source-map.js"></script>
<script>
sourceMap.SourceMapConsumer.initialize({
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.0/lib/mappings.wasm"
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.2/lib/mappings.wasm"
});
</script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "source-map",
"description": "Generates and consumes source maps",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/mozilla/source-map",
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
"contributors": [
Expand Down

0 comments on commit 43b2687

Please sign in to comment.