Skip to content

Commit 96fda23

Browse files
github-actions[bot]hckhanh
authored andcommitted
Bump version package
1 parent 75521d2 commit 96fda23

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

.changeset/afraid-knives-battle.md

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

CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- 75521d2: Modernize development infrastructure and CI/CD workflows:
8+
9+
- Migrate from npm to Bun for faster package management
10+
- Replace Jest with Vitest for improved test performance
11+
- Switch from ESLint to Biome for unified linting and formatting
12+
- Adopt mise for consistent toolchain management across environments
13+
- Add Changesets for automated version management and releases
14+
- Implement step-security/harden-runner for enhanced workflow security
15+
- Set up automated code fixes with autofix.ci
16+
- Add CodSpeed benchmarking integration
17+
- Configure OIDC authentication for Codecov uploads
18+
- Add OpenSSF Scorecard for supply-chain security monitoring
19+
320
## 4.0.1
421

522
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fast-url",
33
"description": "A folk version of the `urlcat` library focus on performance and simplicity.",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"author": {
66
"name": "Khánh Hoàng",
77
"email": "hi@khanh.id",

0 commit comments

Comments
 (0)