Skip to content

Commit

Permalink
Merge pull request serverless-heaven#307 from serverless-heaven/relea…
Browse files Browse the repository at this point in the history
…se-4.2.0

Prepared 4.2.0 release
  • Loading branch information
HyperBrain authored Dec 21, 2017
2 parents 2728d89 + 33a0c3a commit 06e1928
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WebPack's [Tree-Shaking][link-webpack-tree] optimization.

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

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

Expand Down Expand Up @@ -507,6 +508,10 @@ plugin when running a command or invoked by a hook.
## Release Notes
* 4.2.0
* Support local file references in package.json [#263][link-263]
* Updated used tools (dev dependencies)
* 4.1.0
* Prohibit manual entry configuration with individual packaging [#272][link-272]
* Fixed bug with stats in webpack config for individual packaging [#278][link-278]
Expand Down Expand Up @@ -659,3 +664,5 @@ plugin when running a command or invoked by a hook.
[link-279]: https://github.com/serverless-heaven/serverless-webpack/issues/279
[link-276]: https://github.com/serverless-heaven/serverless-webpack/issues/276
[link-269]: https://github.com/serverless-heaven/serverless-webpack/issues/269
[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "4.1.0",
"version": "4.2.0",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)",
Expand Down

0 comments on commit 06e1928

Please sign in to comment.