You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
5.1.4
Added release notes. Bumped version.
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user