Skip to content

Commit

Permalink
v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Oct 9, 2022
1 parent 22fd667 commit a11f5ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

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.

## [11.1.0](https://github.com/dherault/serverless-offline/compare/v11.0.3...v11.1.0) (2022-10-09)

### Features

- remove noStripTrailingSlashInUrl option ([71ee21d](https://github.com/dherault/serverless-offline/commit/71ee21db253f601f5355377e1a67d641fc447bea))

### Maintenance Improvements

- remove stripTrailingSlash from hapi config ([22fd667](https://github.com/dherault/serverless-offline/commit/22fd66774e6ed867d3c2c8ccc3d3c989c50d4467))

### [11.0.3](https://github.com/dherault/serverless-offline/compare/v11.0.2...v11.0.3) (2022-10-06)

### 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": "11.0.3",
"version": "11.1.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit a11f5ab

Please sign in to comment.