Skip to content

Commit 06e1928

Browse files
authored
Merge pull request #307 from serverless-heaven/release-4.2.0
Prepared 4.2.0 release
2 parents 2728d89 + 33a0c3a commit 06e1928

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [year] [fullname]
3+
Copyright (c) 2016-2017 Nicola Peduzzi / Frank Schmid
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ WebPack's [Tree-Shaking][link-webpack-tree] optimization.
2929

3030
* Improved extensibility for plugin authors (see _For Developers_ section)
3131
* Serverless 1.12+ is now required
32+
* Support of local `file:...` module references in package.json
3233

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

@@ -507,6 +508,10 @@ plugin when running a command or invoked by a hook.
507508
508509
## Release Notes
509510
511+
* 4.2.0
512+
* Support local file references in package.json [#263][link-263]
513+
* Updated used tools (dev dependencies)
514+
510515
* 4.1.0
511516
* Prohibit manual entry configuration with individual packaging [#272][link-272]
512517
* Fixed bug with stats in webpack config for individual packaging [#278][link-278]
@@ -659,3 +664,5 @@ plugin when running a command or invoked by a hook.
659664
[link-279]: https://github.com/serverless-heaven/serverless-webpack/issues/279
660665
[link-276]: https://github.com/serverless-heaven/serverless-webpack/issues/276
661666
[link-269]: https://github.com/serverless-heaven/serverless-webpack/issues/269
667+
668+
[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263

package-lock.json

Lines changed: 9 additions & 9 deletions
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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)