From 765fbeb5d85467067d650632e92717c545b78456 Mon Sep 17 00:00:00 2001 From: Cris Mihalache Date: Mon, 5 Feb 2024 19:14:25 +0100 Subject: [PATCH] chore(release): 1.37.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defb776..3962365 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. +### [1.37.3](https://github.com/f3rno64/track-time-cli/compare/v1.37.2...v1.37.3) (2024-02-05) + + +### Bug Fixes + +* add --no-git-checks flag to pnpm publish in GH publish workflow ([3d614ac](https://github.com/f3rno64/track-time-cli/commit/3d614acf8480e53a4dca3c4df9348a5f82332bf9)) + ### [1.37.2](https://github.com/f3rno64/track-time-cli/compare/v1.37.1...v1.37.2) (2024-02-05) diff --git a/package.json b/package.json index 14e0df3..45eeba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "track-time-cli", - "version": "1.37.2", + "version": "1.37.3", "description": "A CLI utility for tracking tasks in time sheets, inspired by timetrap.", "main": "./dist/cli.js", "types": "./dist/index.d.ts",