Skip to content

Commit

Permalink
Bump to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 14, 2018
1 parent c73baa5 commit 12a5a1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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
Expand All @@ -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
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.0",
"version": "0.7.1",
"homepage": "https://github.com/mozilla/source-map",
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
"contributors": [
Expand Down

0 comments on commit 12a5a1a

Please sign in to comment.