From 12778be929045f5b796acd9e4b0d13015050206e Mon Sep 17 00:00:00 2001 From: Ji Sang Seo Date: Sat, 17 Feb 2024 22:56:39 +0900 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f83322..461228c 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. +## [1.2.0](https://github.com/dovigod/workflow-cli/compare/v1.1.1...v1.2.0) (2024-02-17) + + +### Features + +* Add version update notificator ([#31](https://github.com/dovigod/workflow-cli/issues/31)) ([32f92bc](https://github.com/dovigod/workflow-cli/commit/32f92bc25547e4ae7dcf46cfa5d42139b95fd779)) + + +### Styling + +* log oh-my-task logo only when user enters empty command ([#30](https://github.com/dovigod/workflow-cli/issues/30)) ([3c4488d](https://github.com/dovigod/workflow-cli/commit/3c4488d8ed1b6f4c32d6d8f316e6bfa3a7289e52)) + ### [1.1.1](https://github.com/dovigod/workflow-cli/compare/v1.1.0...v1.1.1) (2024-02-17) ## [1.1.0](https://github.com/dovigod/workflow-cli/compare/v0.1.5...v1.1.0) (2024-02-17) diff --git a/package.json b/package.json index cc2a6ed..379d249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-task", - "version": "1.1.1", + "version": "1.2.0", "description": "OH-MY-TASK is mainly focused on helping indie developers to manage their projects neatly.", "main": "cli/oh-my-task.mjs", "bin": {