Skip to content

Commit

Permalink
Bump to version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed May 16, 2018
1 parent 86d2f30 commit b2171d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 0.7.3

* Fix a bug where nested uses of `SourceMapConsumer` could result in a
`TypeError`. [#338](https://github.com/mozilla/source-map/issues/338)
[#330](https://github.com/mozilla/source-map/issues/330)
[#319](https://github.com/mozilla/source-map/issues/319)

## 0.7.2

* Another 3x speed up in `SourceMapConsumer`. Read about it here:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,10 +17,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.2/dist/source-map.js"></script>
<script src="https://unpkg.com/source-map@0.7.3/dist/source-map.js"></script>
<script>
sourceMap.SourceMapConsumer.initialize({
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.2/lib/mappings.wasm"
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.3/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.2",
"version": "0.7.3",
"homepage": "https://github.com/mozilla/source-map",
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
"contributors": [
Expand Down

0 comments on commit b2171d5

Please sign in to comment.