Skip to content

Commit

Permalink
Merge pull request #322 from serverless-heaven/release-4.3.0
Browse files Browse the repository at this point in the history
Release 4.3.0
  • Loading branch information
HyperBrain authored Feb 9, 2018
2 parents 66cb262 + b1a0325 commit 6028897
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@ plugin when running a command or invoked by a hook.
## Release Notes
* 4.3.0
* Add new `webpack:compile:watch:compile` event [#315][link-315]
* Added note to README about using yarn [#316][link-316]
* Made babel dynamic example the default babel example [#253][link-253]
* Documentation fixes [#317][link-317] [#321][link-321]
* 4.2.0
* Support local file references in package.json [#263][link-263]
* Updated used tools (dev dependencies)
Expand Down Expand Up @@ -675,3 +681,9 @@ plugin when running a command or invoked by a hook.
[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263
[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286
[link-315]: https://github.com/serverless-heaven/serverless-webpack/issues/315
[link-316]: https://github.com/serverless-heaven/serverless-webpack/issues/316
[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
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.

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.2.0",
"version": "4.3.0",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
Expand Down

0 comments on commit 6028897

Please sign in to comment.