diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4601a..a2d4bc7 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. +### [3.0.4](https://github.com/target/markdown-inject/compare/v3.0.3...v3.0.4) (2022-11-28) + ### [3.0.3](https://github.com/target/markdown-inject/compare/v3.0.2...v3.0.3) (2022-11-15) ### [3.0.2](https://github.com/target/markdown-inject/compare/v3.0.1...v3.0.2) (2022-04-22) diff --git a/package-lock.json b/package-lock.json index 86400af..8be27c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-inject", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-inject", - "version": "3.0.3", + "version": "3.0.4", "dependencies": { "chalk": "4.1.0", "commander": "7.2.0", diff --git a/package.json b/package.json index c00ba2d..95d5b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-inject", - "version": "3.0.3", + "version": "3.0.4", "description": "Add file or command output to markdown documents.", "main": "dist/index.js", "bin": {