diff --git a/CHANGELOG.md b/CHANGELOG.md index 1717e0b..86de8ef 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.e3b2421](https://github.com/ummgoban/shared/compare/v0.0.6-nightly...v0.0.6-nightly.20250808.e3b2421) (2025-08-08) + + +### ✨ 새로운 기능 + +* Market 모델 도입 ([#42](https://github.com/ummgoban/shared/issues/42)) ([a143c04](https://github.com/ummgoban/shared/commit/a143c04bf1f2c00c5b3162642b383a4873744361)) + ### [0.0.6-nightly.20250808.db00589](https://github.com/ummgoban/shared/compare/v0.0.5...v0.0.6-nightly.20250808.db00589) (2025-08-08) diff --git a/package.json b/package.json index 33cd64b..d7adcd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ummgoban/shared", - "version": "0.0.6-nightly.20250808.db00589", + "version": "0.0.6-nightly.20250808.e3b2421", "description": "ummgoban 공통 패키지", "main": "dist/index.js", "module": "dist/index.esm.js",