diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f07e6d3..68f5509c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.7.1 + +* Updated TypeScript typings. [#321][] + +[#321]: https://github.com/mozilla/source-map/pull/321 + ## 0.7.0 * `SourceMapConsumer` now uses WebAssembly, and is **much** faster! Read about @@ -22,7 +28,7 @@ `let`, arrow functions, `async`, etc. Use Babel to compile it down to ECMAScript 5 if you need to support older JavaScript environments. -* **Breaking change:** Drop support for Node < 8. If you want to support older +* **Breaking change:** Drop support for Node < 8. If you want to support older versions of node, please use v0.6 or below. ## 0.5.6 diff --git a/package.json b/package.json index be44b376..4ab24234 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "source-map", "description": "Generates and consumes source maps", - "version": "0.7.0", + "version": "0.7.1", "homepage": "https://github.com/mozilla/source-map", "author": "Nick Fitzgerald ", "contributors": [