@@ -27,9 +27,9 @@ WebPack's [Tree-Shaking][link-webpack-tree] optimization.
2727
2828## Recent improvements and important changes
2929
30- * Improved extensibility for plugin authors (see _ For Developers _ section)
31- * Serverless 1.12+ is now required
32- * Support of local ` file:... ` module references in package.json
30+ * Restrict webpack peer dependency version to ` < 4 ` . Compatibility with webpack 4 will be
31+ added with the next major release (5.0.0).
32+ * Support for [ serverless-step-functions-offline ] [ link-step-functions-offline ]
3333
3434For the complete release notes see the end of this document.
3535
@@ -523,6 +523,11 @@ plugin when running a command or invoked by a hook.
523523
524524## Release Notes
525525
526+ * 4.4.0
527+ * Support serverless-step-functions-offline [#313][link-313]
528+ * Fixed webpack documentation links [#326][link-326]
529+ * Abstracted packager interface [#329][link-329]
530+
526531* 4.3.0
527532 * Add new `webpack:compile:watch:compile` event [#315][link-315]
528533 * Added note to README about using yarn [#316][link-316]
@@ -698,3 +703,7 @@ plugin when running a command or invoked by a hook.
698703[link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253
699704[link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317
700705[link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321
706+
707+ [link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313
708+ [link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326
709+ [link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329
0 commit comments