Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit fde94d7

Browse files
committed
chore(release): 0.7.1
1 parent 94f9e2b commit fde94d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.7.1"></a>
6+
## 0.7.1 (2017-09-12)
7+
8+
9+
### Bug Fixes
10+
11+
* modify `script` evaluation for IE11 ([#41](https://github.com/webpack-contrib/script-loader/issues/41)) ([370ff3d](https://github.com/webpack-contrib/script-loader/commit/370ff3d)), closes [#39](https://github.com/webpack-contrib/script-loader/issues/39)
12+
* weird IE8 ([59fc83c](https://github.com/webpack-contrib/script-loader/commit/59fc83c))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "script-loader",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"author": "Tobias Koppers @sokra",
55
"description": "script loader module for webpack",
66
"license": "MIT",

0 commit comments

Comments
 (0)