Added release notes. Bumped version.
This commit is contained in:
Frank Schmid
2018-05-04 14:00:20 +02:00
parent f32272a352
commit f4d281df84
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -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]
@@ -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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "5.1.3",
"version": "5.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -131,7 +131,7 @@
},
"@sinonjs/formatio": {
"version": "2.0.0",
"resolved": "http://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz",
"integrity": "sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg==",
"dev": true,
"requires": {
+1 -1
View File
@@ -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 <fschmid740@googlemail.com>",