Skip to content

Commit b8fbb4a

Browse files
committed
chore(release): version packages
1 parent 4a11b38 commit b8fbb4a

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.changeset/quiet-rice-sin.md

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

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 4a11b38: Added
8+
- throttle middleware
9+
- bodyTransform middleware
10+
11+
Changed
12+
- tests moved to /test
13+
- routing logic improved
14+
315
## 0.6.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chaos-proxy",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "Express-based 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)