diff --git a/CHANGELOG.md b/CHANGELOG.md index 753a4ea..f00fe65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6-nightly.20250808.b4dcafb (2025-08-08) + + +### ✨ 새로운 기능 + +* **lib/constants:** weekday enum ([#30](https://github.com/ummgoban/shared/issues/30)) ([0f5bd48](https://github.com/ummgoban/shared/commit/0f5bd48a3d5262e3272a20fa3bdf618b80a2263f)) + ### [0.0.5](https://github.com/ummgoban/shared/compare/v0.0.4...v0.0.5) (2025-08-02) diff --git a/package.json b/package.json index 4486162..1080d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ummgoban/shared", - "version": "0.0.6-nightly.250808.a81a51f", + "version": "0.0.6-nightly.20250808.b4dcafb", "description": "ummgoban 공통 패키지", "main": "dist/index.js", "module": "dist/index.esm.js",