diff --git a/CHANGELOG.md b/CHANGELOG.md index e452eae..0a3b13f 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.0.1](https://github.com/target/markdown-inject/compare/v4.0.0...v4.0.1) (2023-07-07) + ## [4.0.0](https://github.com/target/markdown-inject/compare/v3.1.4...v4.0.0) (2023-05-11) diff --git a/package-lock.json b/package-lock.json index 1b90374..c7b630f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-inject", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-inject", - "version": "4.0.0", + "version": "4.0.1", "dependencies": { "chalk": "5.3.0", "commander": "7.2.0", diff --git a/package.json b/package.json index b58060c..22f0595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-inject", - "version": "4.0.0", + "version": "4.0.1", "description": "Add file or command output to markdown documents.", "main": "dist/index.js", "bin": {