Skip to content

Commit e755050

Browse files
committed
v12.0.3
1 parent 402e11e commit e755050

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [12.0.3](https://github.com/dherault/serverless-offline/compare/v12.0.2...v12.0.3) (2022-12-17)
6+
7+
### Maintenance Improvements
8+
9+
- remove default parameter ([402e11e](https://github.com/dherault/serverless-offline/commit/402e11e55e910533ab9761c616be843d8ac5f158))
10+
- use array-unflat-js ([#1632](https://github.com/dherault/serverless-offline/issues/1632)) ([3ee4b30](https://github.com/dherault/serverless-offline/commit/3ee4b30ef4fac49f2d5ecc3ba73e6f6d748f64a9))
11+
512
### [12.0.2](https://github.com/dherault/serverless-offline/compare/v12.0.1...v12.0.2) (2022-12-12)
613

714
### Bug Fixes

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": "12.0.2",
4+
"version": "12.0.3",
55
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)