Skip to content

Commit 9ae6c8e

Browse files
committed
chore(release): version packages
1 parent 4d818d2 commit 9ae6c8e

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.changeset/tangy-hounds-shout.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# chaos-proxy
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 4d818d2: Breaking:
8+
- bodyTransform middleware now now handles bot request and response body transformations
9+
10+
Added:
11+
- headerTransform middleware
12+
313
## 1.0.5
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fetchkit/chaos-proxy",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "Proxy and CLI for injecting network chaos (latency, failures, drops, rate-limiting) into API requests. Configurable via YAML.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)