From b7929b3d3f7c6434656dcd07a70ddd2ea22e73a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:34:14 +0100 Subject: [PATCH] chore(main): release 1.5.0 (#29) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",