Skip to content

Commit 6ac2426

Browse files
committed
v11.2.3
1 parent b3346aa commit 6ac2426

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.3](https://github.com/dherault/serverless-offline/compare/v11.2.2...v11.2.3) (2022-11-01)
6+
7+
### Bug Fixes
8+
9+
- prevent overwriting host.docker.internal in wsl ([#1605](https://github.com/dherault/serverless-offline/issues/1605)) ([c7f6f6d](https://github.com/dherault/serverless-offline/commit/c7f6f6d62cffc2a16efa9f8bc7bb835123734590))
10+
11+
### Maintenance Improvements
12+
13+
- call now from Date namespace ([5342bec](https://github.com/dherault/serverless-offline/commit/5342bec985d49967c5f37dc7b6d695a1b5c86919))
14+
- use Date.prototype.getTime instead of valueOf ([0fdfff7](https://github.com/dherault/serverless-offline/commit/0fdfff74f2e6d2ba0a881ab4fdcf085c146abaa7))
15+
516
### [11.2.2](https://github.com/dherault/serverless-offline/compare/v11.2.1...v11.2.2) (2022-10-31)
617

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

0 commit comments

Comments
 (0)