File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,12 @@ plugin when running a command or invoked by a hook.
515515
516516## Release Notes
517517
518+ * 4.3.0
519+ * Add new `webpack:compile:watch:compile` event [#315][link-315]
520+ * Added note to README about using yarn [#316][link-316]
521+ * Made babel dynamic example the default babel example [#253][link-253]
522+ * Documentation fixes [#317][link-317] [#321][link-321]
523+
518524* 4.2.0
519525 * Support local file references in package.json [#263][link-263]
520526 * Updated used tools (dev dependencies)
@@ -675,3 +681,9 @@ plugin when running a command or invoked by a hook.
675681[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263
676682
677683[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286
684+
685+ [link-315]: https://github.com/serverless-heaven/serverless-webpack/issues/315
686+ [link-316]: https://github.com/serverless-heaven/serverless-webpack/issues/316
687+ [link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253
688+ [link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317
689+ [link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321
Original file line number Diff line number Diff line change 11{
22 "name" : " serverless-webpack" ,
3- "version" : " 4.2 .0" ,
3+ "version" : " 4.3 .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)" ,
You can’t perform that action at this time.
0 commit comments