diff --git a/CHANGELOG.md b/CHANGELOG.md index 021a99f..01f37f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.1 - 2026-05-18 + + +### 🐛 Bug Fixes + +- Homebrew tap + +- Pull and push operations + + +### 🔧 CI/CD + +- Lint error + + ## 0.3.0 - 2026-05-12 @@ -133,6 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix e2e +[0.3.1]: https://github.com///compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com///compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com///compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com///compare/v0.1.1...v0.2.0 diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 3ae99fd..d5f546f 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,20 +1,13 @@ -## 0.3.0 - 2026-05-12 - - -### ♻️ Refactoring - -- Use pull and push commands - -- **BREAKING:** use pull and push commands +## 0.3.1 - 2026-05-18 ### 🐛 Bug Fixes -- *(sidecar)* Preserve duplicate blob paths (#21) +- Homebrew tap +- Pull and push operations -### 📚 Documentation -- Qa skills +### 🔧 CI/CD -- Outdated skill \ No newline at end of file +- Lint error \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52532db..001c3e9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,17 @@ +## 0.3.1 - 2026-05-18 + + +### 🐛 Bug Fixes + +- Homebrew tap + +- Pull and push operations + + +### 🔧 CI/CD + +- Lint error + ## 0.3.0 - 2026-05-12 diff --git a/package.json b/package.json index aeec6f9..b601827 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,5 @@ "lint": "bun run format \u0026\u0026 bunx oxlint --no-error-on-unmatched-pattern '**/*.{ts,tsx,js,jsx,mjs,cjs}'", "prepare": "husky" }, - "version": "0.3.0" + "version": "0.3.1" }