diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c7394..2fd65df 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.1.2](https://github.com/target/markdown-inject/compare/v3.1.1...v3.1.2) (2023-03-06) + ### [3.1.1](https://github.com/target/markdown-inject/compare/v3.1.0...v3.1.1) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index 45d31f3..06c5b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-inject", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-inject", - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "chalk": "4.1.0", "commander": "7.2.0", diff --git a/package.json b/package.json index 9b6cb88..ba260d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-inject", - "version": "3.1.1", + "version": "3.1.2", "description": "Add file or command output to markdown documents.", "main": "dist/index.js", "bin": {