Skip to content

Commit 706b332

Browse files
authored
Merge pull request #3 from chenhunghan/release-please--branches--main--components--ralph-hook-fmt
chore(main): release ralph-hook-fmt 0.4.0
2 parents e1b746b + 11e3b7a commit 706b332

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ralph-hook-fmt",
33
"description": "Zero dependencies lighting fast universal format hook for your agent loops",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"author": {
66
"name": "Hung-Han Chen",
77
"email": "chenhungh@gmail.com"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/chenhunghan/ralph-hook-fmt/compare/ralph-hook-fmt-v0.3.0...ralph-hook-fmt-v0.4.0) (2026-01-31)
4+
5+
6+
### Features
7+
8+
* prioritize oxfmt in JavaScript/TypeScript formatting and update tests ([e1b746b](https://github.com/chenhunghan/ralph-hook-fmt/commit/e1b746baefe0f99c171726d10355a65ff2cafd96))
9+
310
## [0.3.0](https://github.com/chenhunghan/ralph-hook-fmt/compare/ralph-hook-fmt-v0.2.0...ralph-hook-fmt-v0.3.0) (2026-01-31)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ralph-hook-fmt"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Auto-format files on Write/Edit operations"

0 commit comments

Comments
 (0)