Skip to content

Commit 24f629d

Browse files
author
Frank Schmid
committed
Prepare 3.1.1
1 parent 85b60bf commit 24f629d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
coverage
23
examples
34
tests

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,17 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
387387

388388
## Release Notes
389389

390+
* 3.1.1
391+
* Fix issue where locked dependencies (package-lock.json) were ignored [#245][link-245]
392+
390393
* 3.1.0
391394
* Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
392395
* Allow forced include of not referenced modules [#217][link-217]
393396
* Automatically include peer dependencies of used modules [#223][link-223]
394397
* Show explicit message if the provided webpack config can not be loaded [#234][link-234]
395398
* Improve examples [#227][link-227]
396399
* Update 3rd party provider compatibility table [#221][link-221]
397-
* Added automatic Travis and Coveralls builds to increase stability
400+
* Added automatic Travis and Coveralls builds to increase stability
398401

399402
* 3.0.0
400403
* Integrate with `serverless invoke local` [#151][link-151]
@@ -499,3 +502,5 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
499502
[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223
500503
[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227
501504
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234
505+
506+
[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245

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.0",
3+
"version": "3.1.1",
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)