diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ae8f8..bcd412d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.0.4](https://github.com/ummgoban/shared/compare/v0.0.3...v0.0.4) (2025-06-02) + + + ## [0.0.3](https://github.com/ummgoban/shared/compare/v0.0.2...v0.0.3) - 2025-06-02 ### 🔨 기타 변경사항 diff --git a/package.json b/package.json index 3c35197..20c6efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ummgoban/shared", - "version": "0.0.3", + "version": "0.0.4", "description": "ummgoban 공통 패키지", "main": "dist/index.js", "module": "dist/index.esm.js",