Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed Mar 15, 2018
1 parent 7d1c6d9 commit 3b1f895
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@ in the example.

## Revisions

### 4.5.0

- Support for Webpack 3+
- Upgrade node-elm-compiler to 4.5.0+

### 4.4.0

- Support for Webpack 2+
- Support for multiple main modules
- Support for `--watch-stdin`
- Add an example for Webpack 2+

### 4.3.1

- Fix a bug where maxInstances might end up being higher than expected
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-webpack-loader",
"version": "4.3.1",
"version": "4.5.0",
"description": "Webpack loader for the Elm programming language.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3b1f895

Please sign in to comment.