Skip to content

Commit fdcfea6

Browse files
committed
chore(release): 0.2.2
1 parent 38da2eb commit fdcfea6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.2.2"></a>
6+
## [0.2.2](https://github.com/webpack/source-map-loader/compare/v0.2.1...v0.2.2) (2017-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* Handle exception on loading invalid base64 source maps ([#53](https://github.com/webpack/source-map-loader/issues/53)) ([38da2eb](https://github.com/webpack/source-map-loader/commit/38da2eb))
12+
13+
14+
515
<a name="0.2.1"></a>
616
## [0.2.1](https://github.com/webpack/source-map-loader/compare/v0.2.0...v0.2.1) (2017-03-30)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-loader",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Tobias Koppers @sokra",
55
"description": "extracts inlined source map and offers it to webpack",
66
"scripts": {

0 commit comments

Comments
 (0)