Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 21, 2023
1 parent 2f066ac commit b5b488b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.

## [13.0.0](https://github.com/dherault/serverless-offline/compare/v12.0.4...v13.0.0) (2023-09-21)

### ⚠ BREAKING CHANGES

- remove unsupported runtimes
- remove node.js v16 support, remove node-fetch
- remove node.js v14 support

### Bug Fixes

- **InvocationsControllor:** typo in error message ([49d94f2](https://github.com/dherault/serverless-offline/commit/49d94f2f3a16f1ab3b813eb886ab31fad4e3fc2d))
- support authorizer with no identity source specified ([#1639](https://github.com/dherault/serverless-offline/issues/1639)) ([43aaa2e](https://github.com/dherault/serverless-offline/commit/43aaa2e1960de15ce28748583919b0759879d147))

### chore

- remove node.js v14 support ([03e2745](https://github.com/dherault/serverless-offline/commit/03e27452bc84f10796dea93f1149d249eb5ee5b1))
- remove unsupported runtimes ([d2d92fe](https://github.com/dherault/serverless-offline/commit/d2d92fe289b153bcbca5ffc569f486598cdf2219))

### Maintenance Improvements

- bup eslint-plugin-unicorn, fix linting ([c93dd98](https://github.com/dherault/serverless-offline/commit/c93dd984de9729f056db55c0780b07f1aca222b1))
- re-activate unicorn/no-array-push-push ([69a1261](https://github.com/dherault/serverless-offline/commit/69a12611dda635a71113f437ccf23758620857bb))
- re-activate unicorn/no-useless-promise-resolve-reject ([3b88aa0](https://github.com/dherault/serverless-offline/commit/3b88aa0125da346a864d730bbe6da7c6edb6e928))
- re-activate unicorn/prefer-number-properties ([46391f1](https://github.com/dherault/serverless-offline/commit/46391f1924f7524d8a23d22d723065a7e9df6844))
- re-activate unicorn/prefer-ternary ([4606829](https://github.com/dherault/serverless-offline/commit/46068299281c3b48e42916b2a581fb3089f02982))
- remove node.js v16 support, remove node-fetch ([8dbcfa6](https://github.com/dherault/serverless-offline/commit/8dbcfa65c8abf76243b5815b5056b0a604f69ff5))
- remove Object.hasOwn polyfill ([8ea15b5](https://github.com/dherault/serverless-offline/commit/8ea15b5a6d924c0d612d520e998eb50edc53de75))

### [12.0.4](https://github.com/dherault/serverless-offline/compare/v12.0.3...v12.0.4) (2023-01-04)

### Maintenance Improvements
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dedicatedTo": "Blue, a great migrating bird.",
"name": "serverless-offline",
"version": "12.0.4",
"version": "13.0.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit b5b488b

Please sign in to comment.