Skip to content

Commit eaee022

Browse files
authored
Merge pull request #512 from serverless-heaven/release-5.3.1
Prepare release - 5.3.1
2 parents 41dd875 + a85cf54 commit eaee022

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,11 @@ me to take it over and continue working on the project. That helped to revive it
756756
757757
## Release Notes
758758
759+
* 5.3.1
760+
* Fixed bug that prevented to use handlers using import [#505][link-505]
761+
* Do not print empty lines in webpack stats [#499][link-499]
762+
* Added git hooks to improved code quality and developer experience [#496][link-496]
763+
759764
* 5.3.0
760765
* Restore compatibility with TypeScript [#449][link-449] [#465][link-465]
761766
* Allow glob for excludeFiles [#471][link-471]
@@ -1028,3 +1033,7 @@ me to take it over and continue working on the project. That helped to revive it
10281033
[link-433]: https://github.com/serverless-heaven/serverless-webpack/issues/433
10291034
[link-471]: https://github.com/serverless-heaven/serverless-webpack/issues/471
10301035
[link-472]: https://github.com/serverless-heaven/serverless-webpack/pull/472
1036+
1037+
[link-505]: https://github.com/serverless-heaven/serverless-webpack/issues/505
1038+
[link-499]: https://github.com/serverless-heaven/serverless-webpack/issues/499
1039+
[link-496]: https://github.com/serverless-heaven/serverless-webpack/pull/496

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Frank Schmid <[email protected]>",

0 commit comments

Comments
 (0)