Skip to content

Commit

Permalink
v13.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jan 20, 2024
1 parent 4f43477 commit fc31b71
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [13.3.3](https://github.com/dherault/serverless-offline/compare/v13.3.2...v13.3.3) (2024-01-20)

### Bug Fixes

- Custom Authorizer Lambda Request context missing accountId and apiId fields ([#1640](https://github.com/dherault/serverless-offline/issues/1640)) ([3a5fca9](https://github.com/dherault/serverless-offline/commit/3a5fca96958d4b9026202d2e61b20897af01d7fe))

### Maintenance Improvements

- remove create unique id util function ([4fbb9bf](https://github.com/dherault/serverless-offline/commit/4fbb9bf8c1b14b8a3d4bf52442ab0ae4c7a4b72c))
- use default crypto import ([3d1467d](https://github.com/dherault/serverless-offline/commit/3d1467dfa119447ede5e444162d60435ccddfe29))

## [13.3.2](https://github.com/dherault/serverless-offline/compare/v13.3.1...v13.3.2) (2023-12-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"dedicatedTo": "Blue, a great migrating bird.",
"name": "serverless-offline",
"version": "13.3.2",
"version": "13.3.3",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit fc31b71

Please sign in to comment.