Skip to content

Commit

Permalink
Update version. Added webpack version hint and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Mar 2, 2018
1 parent b6ee9b0 commit 7d13a66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ WebPack's [Tree-Shaking][link-webpack-tree] optimization.

## Recent improvements and important changes

* Improved extensibility for plugin authors (see _For Developers_ section)
* Serverless 1.12+ is now required
* Support of local `file:...` module references in package.json
* Restrict webpack peer dependency version to `< 4`. Compatibility with webpack 4 will be
added with the next major release (5.0.0).
* Support for [serverless-step-functions-offline][link-step-functions-offline]

For the complete release notes see the end of this document.

Expand Down Expand Up @@ -523,6 +523,11 @@ plugin when running a command or invoked by a hook.
## Release Notes
* 4.4.0
* Support serverless-step-functions-offline [#313][link-313]
* Fixed webpack documentation links [#326][link-326]
* Abstracted packager interface [#329][link-329]
* 4.3.0
* Add new `webpack:compile:watch:compile` event [#315][link-315]
* Added note to README about using yarn [#316][link-316]
Expand Down Expand Up @@ -698,3 +703,7 @@ plugin when running a command or invoked by a hook.
[link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253
[link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317
[link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321
[link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313
[link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326
[link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "4.3.0",
"version": "4.4.0",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
Expand Down Expand Up @@ -66,6 +66,6 @@
"sinon-chai": "^2.14.0"
},
"peerDependencies": {
"webpack": "< 4"
"webpack": "<4"
}
}

0 comments on commit 7d13a66

Please sign in to comment.