Skip to content

Commit 3181bac

Browse files
authored
Merge pull request #323 from fitzgen/bump-to-0.7.1
Bump to version 0.7.1
2 parents c73baa5 + 12a5a1a commit 3181bac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.7.1
4+
5+
* Updated TypeScript typings. [#321][]
6+
7+
[#321]: https://github.com/mozilla/source-map/pull/321
8+
39
## 0.7.0
410

511
* `SourceMapConsumer` now uses WebAssembly, and is **much** faster! Read about
@@ -22,7 +28,7 @@
2228
`let`, arrow functions, `async`, etc. Use Babel to compile it down to
2329
ECMAScript 5 if you need to support older JavaScript environments.
2430

25-
* **Breaking change:** Drop support for Node < 8. If you want to support older
31+
* **Breaking change:** Drop support for Node < 8. If you want to support older
2632
versions of node, please use v0.6 or below.
2733

2834
## 0.5.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "source-map",
33
"description": "Generates and consumes source maps",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://github.com/mozilla/source-map",
66
"author": "Nick Fitzgerald <[email protected]>",
77
"contributors": [

0 commit comments

Comments
 (0)