From 01b2ab14363be11c38cdef3a5fe23eed86cc75d8 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 17 May 2021 17:47:49 +0300 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7906c6..44d5b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.0.2](https://github.com/webpack-contrib/source-map-loader/compare/v2.0.1...v2.0.2) (2021-05-17) + + +### Bug Fixes + +* don't ignore source file when `sourceContent` contains `null` ([#148](https://github.com/webpack-contrib/source-map-loader/issues/148)) ([8ec2b86](https://github.com/webpack-contrib/source-map-loader/commit/8ec2b86286e938b484b7c13a790192148842002e)) + ### [2.0.1](https://github.com/webpack-contrib/source-map-loader/compare/v2.0.0...v2.0.1) (2021-02-10) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 78fc06c..95adb45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6e90069..bd851b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "2.0.1", + "version": "2.0.2", "description": "extracts inlined source map and offers it to webpack", "license": "MIT", "repository": "webpack-contrib/source-map-loader",