From fdcfea6ea78a163f72218d31e5b8ced116fe1f2e Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Fri, 29 Sep 2017 21:19:21 -0500 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e330a0..9634850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [0.2.2](https://github.com/webpack/source-map-loader/compare/v0.2.1...v0.2.2) (2017-09-30) + + +### Bug Fixes + +* 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)) + + + ## [0.2.1](https://github.com/webpack/source-map-loader/compare/v0.2.0...v0.2.1) (2017-03-30) diff --git a/package.json b/package.json index dd76bc7..2169dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "0.2.1", + "version": "0.2.2", "author": "Tobias Koppers @sokra", "description": "extracts inlined source map and offers it to webpack", "scripts": {