Skip to content

Commit 9144dea

Browse files
authored
Merge pull request #11 from fetch-kit/changeset-release/main
chore(release): version packages
2 parents b220750 + 9f81af7 commit 9144dea

3 files changed

Lines changed: 17 additions & 19 deletions

File tree

.changeset/mighty-pots-stare.md

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

CHANGELOG.md

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

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- 04a7422: Added
8+
- Security and release governance setup (security policy, version/publish automation, and dependency update automation)
9+
10+
Changed
11+
- CI hardening and release pipeline security (pinned actions, modern Node/npm install flow, and provenance-ready publish flow)
12+
- Package metadata cleanup for npm/repository linkage and maintainer info
13+
- Husky prepare script updated for current usage
14+
- Coverage configuration now enforces minimum thresholds
15+
16+
Fixed
17+
- Non-functional release hygiene gaps that could block trusted publishing and long-term maintenance
18+
319
## 3.2.0
420

521
### 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": "@fetchkit/chaos-proxy",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
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)