From 4292307b00781abd164ec3aa8419eadc2fb60a83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:39:07 +0000 Subject: [PATCH] chore(main): release autopathcomment 0.0.8 --- .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 07194f6..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b55b7f1..d3da649 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.8](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.7...autopathcomment-v0.0.8) (2025-10-22) + + +### Features + +* upgrade skip logic around directives ([5f826ca](https://github.com/icoretech/autopathcomment/commit/5f826cac5ef5eaf27789b85f94ecd092c2fa7fa4)) + ## [0.0.7](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.6...autopathcomment-v0.0.7) (2025-10-22) diff --git a/package-lock.json b/package-lock.json index 1d50325..d3af3d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "autopathcomment", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "autopathcomment", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.1.0", diff --git a/package.json b/package.json index 5677834..0a60e15 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.7", + "version": "0.0.8", "publisher": "icoretech", "license": "MIT", "repository": {