diff --git a/CHANGELOG.md b/CHANGELOG.md index 1717e0b..b549c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.f18a523](https://github.com/ummgoban/shared/compare/v0.0.6-nightly.20250808.db00589...0.0.6-nightly.20250808.f18a523) (2025-08-08) + + +### ✨ 새로운 기능 + +* Market 모델 도입 ([#42](https://github.com/ummgoban/shared/issues/42)) ([a143c04](https://github.com/ummgoban/shared/commit/a143c04bf1f2c00c5b3162642b383a4873744361)) + + +### 🐛 버그 수정 + +* replace changelog ([#44](https://github.com/ummgoban/shared/issues/44)) ([d3d6605](https://github.com/ummgoban/shared/commit/d3d66056fb1b11e956b397dd5420c5463b5043f2)) + ### [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..c517a87 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.f18a523", "description": "ummgoban 공통 패키지", "main": "dist/index.js", "module": "dist/index.esm.js",