diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af718e5..ef19757 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.0"} +{".":"1.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3a243..f9604ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.4.0...v1.5.0) (2023-01-29) + + +### Features + +* Support injecting as a Block Quote ([#28](https://github.com/streetsidesoftware/inject-markdown/issues/28)) ([3717d3f](https://github.com/streetsidesoftware/inject-markdown/commit/3717d3f58dcc97a4656d5c5815350ea8b3286523)) + ## [1.4.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.3.0...v1.4.0) (2023-01-29) diff --git a/package.json b/package.json index e6a853f..b7a93d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inject-markdown", - "version": "1.4.0", + "version": "1.5.0", "description": "Command line tool to inject files into markdown files.", "type": "module", "packageManager": "pnpm@7.18.2",