From b2171d58e90e64472b0e858013c0cc5f6772a83d Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 16 May 2018 10:25:17 -0700 Subject: [PATCH] Bump to version 0.7.3 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb4339d..ef31a099 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/README.md b/README.md index 9959a26b..db20846b 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ This is a library to generate and consume the source map format ## Use on the Web - + diff --git a/package.json b/package.json index 67f93834..35476da5 100644 --- a/package.json +++ b/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 ", "contributors": [