diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a701e..d3b9eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [4.1.7](https://github.com/target/markdown-inject/compare/v4.1.6...v4.1.7) (2024-07-01) + ### [4.1.6](https://github.com/target/markdown-inject/compare/v4.1.5...v4.1.6) (2024-07-01) ### [4.1.5](https://github.com/target/markdown-inject/compare/v4.1.4...v4.1.5) (2024-07-01) diff --git a/package-lock.json b/package-lock.json index 2ba30eb..8a5ebd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-inject", - "version": "4.1.6", + "version": "4.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-inject", - "version": "4.1.6", + "version": "4.1.7", "dependencies": { "chalk": "5.3.0", "commander": "7.2.0", diff --git a/package.json b/package.json index 9f3c925..736092c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-inject", - "version": "4.1.6", + "version": "4.1.7", "description": "Add file or command output to markdown documents.", "main": "dist/index.js", "bin": {