diff --git a/CHANGELOG.md b/CHANGELOG.md index 753a4ea..b8cebfe 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.5-nightly.20250804.ec22fc (2025-08-04) + + +### ๐Ÿ› ๋ฒ„๊ทธ ์ˆ˜์ • + +* make narrow openHour type ([#26](https://github.com/ummgoban/shared/issues/26)) ([80bdd6a](https://github.com/ummgoban/shared/commit/80bdd6a88b35118db8ebf0879b45d37a44f4148c)) + ### [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 cb5cc34..f969b85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ummgoban/shared", - "version": "0.0.5-250804.0", + "version": "0.0.5-nightly.20250804.ec22fc", "description": "ummgoban ๊ณตํ†ต ํŒจํ‚ค์ง€", "main": "dist/index.js", "module": "dist/index.esm.js",