Skip to content

Commit

Permalink
5.1.4
Browse files Browse the repository at this point in the history
Added release notes. Bumped version.
  • Loading branch information
Frank Schmid committed May 4, 2018
1 parent f32272a commit f4d281d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,11 @@ me to take it over and continue working on the project. That helped to revive it
## Release Notes
* 5.1.4
* Fix support for Yarn resolutions definitions [#379][link-379]
* Better debugging for "Unable to import module ..." errors: Detect runtime dependencies that are only declared as devDependencies [#384][link-384]
* Documentation updates [#382][link-382]
* 5.1.3
* Fixed issue with Yarn and file references as dependencies [#370][link-370]
Expand Down Expand Up @@ -872,3 +877,7 @@ me to take it over and continue working on the project. That helped to revive it
[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373
[link-370]: https://github.com/serverless-heaven/serverless-webpack/issues/370
[link-379]: https://github.com/serverless-heaven/serverless-webpack/issues/379
[link-382]: https://github.com/serverless-heaven/serverless-webpack/pull/382
[link-384]: https://github.com/serverless-heaven/serverless-webpack/pull/384
4 changes: 2 additions & 2 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": "5.1.3",
"version": "5.1.4",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Frank Schmid <[email protected]>",
Expand Down

0 comments on commit f4d281d

Please sign in to comment.