diff --git a/CHANGELOG.md b/CHANGELOG.md index a32b03b..f70ea27 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.3](https://github.com/target/markdown-inject/compare/v4.1.2...v4.1.3) (2024-07-01) + ### [4.1.2](https://github.com/target/markdown-inject/compare/v4.1.1...v4.1.2) (2024-07-01) ### [4.1.1](https://github.com/target/markdown-inject/compare/v4.1.0...v4.1.1) (2024-05-31) diff --git a/package-lock.json b/package-lock.json index ee27853..c475add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-inject", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-inject", - "version": "4.1.2", + "version": "4.1.3", "dependencies": { "chalk": "5.3.0", "commander": "7.2.0", diff --git a/package.json b/package.json index 3d6c1bd..ba91eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-inject", - "version": "4.1.2", + "version": "4.1.3", "description": "Add file or command output to markdown documents.", "main": "dist/index.js", "bin": {