Skip to content

Commit 6485b01

Browse files
committed
v11.2.1
1 parent 1a482ad commit 6485b01

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [11.2.1](https://github.com/dherault/serverless-offline/compare/v11.2.0...v11.2.1) (2022-10-27)
6+
7+
### Maintenance Improvements
8+
9+
- remove default get method from fetch ([8f40327](https://github.com/dherault/serverless-offline/commit/8f4032707d6a0eee880fb1435ffea47929f31601))
10+
- replace aws-sdk lambda client with more lightweight [@aws-sdk](https://github.com/aws-sdk) scoped package ([1a482ad](https://github.com/dherault/serverless-offline/commit/1a482ad49d567eedca5e9c34907c27545118b39c))
11+
- use array destructuring ([97de51b](https://github.com/dherault/serverless-offline/commit/97de51bd005c8380d60818f4ee83a6246e2c93ba))
12+
- use Array.prototype.map to iterate layers ([6fc9e90](https://github.com/dherault/serverless-offline/commit/6fc9e90032515d7e30ee309a6aed76c54b0cd286))
13+
- use destructuring ([414cf4a](https://github.com/dherault/serverless-offline/commit/414cf4a86242b8e6d3afcff3c7e8facb3d2620ef))
14+
515
## [11.2.0](https://github.com/dherault/serverless-offline/compare/v11.1.3...v11.2.0) (2022-10-27)
616

717
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
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,7 +1,7 @@
11
{
22
"dedicatedTo": "Blue, a great migrating bird.",
33
"name": "serverless-offline",
4-
"version": "11.2.0",
4+
"version": "11.2.1",
55
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)