Skip to content

Commit

Permalink
update changelog retroactively
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 23, 2024
1 parent a87c60b commit 6161351
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
- Updated dependencies [[`288f731c8a5b20cadb9e219f9583f3f16bf8c7b8`](https://github.com/sveltejs/kit/commit/288f731c8a5b20cadb9e219f9583f3f16bf8c7b8)]:
- @sveltejs/kit@2.4.0

## 3.0.3

### Patch Changes

- fix: return 400 response if request construction fails

## 3.0.2

### Patch Changes

- fix: return 400 response if request construction fails

## 3.0.1

### Patch Changes
Expand All @@ -36,6 +48,12 @@

- breaking: allow any numeric value for `BODY_SIZE_LIMIT`, and interpret literally. Use `Infinity` rather than `0` for unrestricted body sizes ([#11589](https://github.com/sveltejs/kit/pull/11589))

## 2.1.2

### Patch Changes

- fix: return 400 response if request construction fails

## 2.1.1

### Patch Changes
Expand Down

0 comments on commit 6161351

Please sign in to comment.