From c0e4b04e8009bc67a2add9cfc3430e4b530698ed Mon Sep 17 00:00:00 2001 From: 99mini <43674669+99mini@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:10:04 +0000 Subject: [PATCH] release: v0.0.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",