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

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Sep 12, 2017
1 parent 94f9e2b commit fde94d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.

<a name="0.7.1"></a>
## 0.7.1 (2017-09-12)


### Bug Fixes

* 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)
* weird IE8 ([59fc83c](https://github.com/webpack-contrib/script-loader/commit/59fc83c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "script-loader",
"version": "0.7.0",
"version": "0.7.1",
"author": "Tobias Koppers @sokra",
"description": "script loader module for webpack",
"license": "MIT",
Expand Down

0 comments on commit fde94d7

Please sign in to comment.