Skip to content

Commit 9f6fba8

Browse files
author
Frank Schmid
committed
Bumped version. Prepared 3.1.2.
1 parent f47c348 commit 9f6fba8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ individually, resulting in smaller Lambda packages that contain only the code an
2424
dependencies needed to run the function. This allows the plugin to fully utilize
2525
WebPack's [Tree-Shaking][link-webpack-tree] optimization.
2626

27-
## New in V3
27+
## Recent improvements
2828

2929
* Support for individual packaging and optimization
3030
* Integrate with `serverless invoke local` (including watch mode)
@@ -387,6 +387,9 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
387387

388388
## Release Notes
389389

390+
* 3.1.2
391+
* Fix issue where dependencies with dots in their names would not be installed [#251][link-251]
392+
390393
* 3.1.1
391394
* Fix issue where locked dependencies (package-lock.json) were ignored [#245][link-245]
392395

@@ -504,3 +507,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
504507
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234
505508

506509
[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245
510+
511+
[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)