From e090b15d6d458763e4df55e26771aa8d6436df14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:19:59 +0000 Subject: [PATCH] chore(main): release autopathcomment 0.0.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 493bd4e..07509b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6a67a..0521eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "autopathcomment" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.0.9](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.8...autopathcomment-v0.0.9) (2026-01-01) + + +### Bug Fixes + +* **ci:** fix release workflow condition ([7ed32ea](https://github.com/icoretech/autopathcomment/commit/7ed32ea3de342089e09335bdf3cff6e8139f5e17)) + ## [0.0.8](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.7...autopathcomment-v0.0.8) (2026-01-01) diff --git a/package-lock.json b/package-lock.json index 2f7aac2..bdfc1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "autopathcomment", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "autopathcomment", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.0", diff --git a/package.json b/package.json index d9c9215..40809b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "autopathcomment", "displayName": "AutoPathComment", "description": "Adds a comment with the file's relative path at the top of the file upon saving", - "version": "0.0.8", + "version": "0.0.9", "publisher": "icoretech", "license": "MIT", "repository": {