Skip to content

Commit 554d4fb

Browse files
committed
chore(release): 0.2.0
1 parent 543dd8e commit 554d4fb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/webpack/source-map-loader/compare/v0.1.6...v0.2.0) (2017-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* Load source map only from last directive ([#31](https://github.com/webpack/source-map-loader/issues/31)) ([eabfc7e](https://github.com/webpack/source-map-loader/commit/eabfc7e))
12+
13+
14+
### Features
15+
16+
* allow charset in inline-source-map support ([#21](https://github.com/webpack/source-map-loader/issues/21)) ([2730ccb](https://github.com/webpack/source-map-loader/commit/2730ccb))

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.1.6",
3+
"version": "0.2.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "extracts inlined source map and offers it to webpack",
66
"scripts": {

0 commit comments

Comments
 (0)