From 329368c353795b0081d0f78bb110927774695643 Mon Sep 17 00:00:00 2001 From: Ji Sang Seo Date: Sat, 17 Feb 2024 16:10:05 +0900 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f0283..7c604ac 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.1.3](https://github.com/dovigod/workflow-cli/compare/v0.1.0...v0.1.3) (2024-02-17) + + +### CI + +* release script update ([6e16df1](https://github.com/dovigod/workflow-cli/commit/6e16df131df29f6920024670a7922144e540c501)) + ### [0.1.2](https://github.com/dovigod/workflow-cli/compare/v0.1.1...v0.1.2) (2024-02-17) diff --git a/package.json b/package.json index 24240f2..a9f0f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-task", - "version": "0.1.2", + "version": "0.1.3", "description": "OH-MY-TASK is mainly focused on helping indie developers to manage their projects neatly.", "main": "cli/oh-my-task.mjs", "bin": {