From 073fe4191cc73cd8c21a718792a8f09369618fd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:18:53 +0900 Subject: [PATCH] chore(main): release 1.0.5 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d437b43..403361a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/kim-yeonjoong/pulse/compare/v1.0.4...v1.0.5) (2024-12-03) + + +### Bug Fixes + +* command 를 매 호출 시 재생성 하도록 수정, number 가 아닌 경우 기본 값 사용하도록 변경 ([577a6b8](https://github.com/kim-yeonjoong/pulse/commit/577a6b850bcc18f2911784cf81189d15f770851b)) + ## [1.0.4](https://github.com/kim-yeonjoong/pulse/compare/v1.0.3...v1.0.4) (2024-12-02) diff --git a/package.json b/package.json index c470e37..391561f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yeonjoong/pulse", - "version": "1.0.4", + "version": "1.0.5", "description": "Keeping the pulse of your APIs under watch.", "author": "Kim YeonJoong (https://yeonjoong.dev)", "type": "module",