From fe894d3b3e48a77cb8db353f278a7c5678069a8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:50:41 +0100 Subject: [PATCH] chore(main): release 3.1.1 (#413) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47709bd..c313fd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"3.1.0"} +{".":"3.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index de383c8..44afa49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.1](https://github.com/streetsidesoftware/inject-markdown/compare/v3.1.0...v3.1.1) (2024-11-09) + + +### Bug Fixes + +* Add exports ([#426](https://github.com/streetsidesoftware/inject-markdown/issues/426)) ([b420621](https://github.com/streetsidesoftware/inject-markdown/commit/b4206218a0ba2fc3d03bf1372b78b5002435fb99)) +* Update test.yml ([#412](https://github.com/streetsidesoftware/inject-markdown/issues/412)) ([1f0eaf4](https://github.com/streetsidesoftware/inject-markdown/commit/1f0eaf40b8dfb38f89098202dada53469fc0a235)) + ## [3.1.0](https://github.com/streetsidesoftware/inject-markdown/compare/v3.0.0...v3.1.0) (2024-07-04) diff --git a/package.json b/package.json index 2f1edca..688fcb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inject-markdown", - "version": "3.1.0", + "version": "3.1.1", "description": "Command line tool to inject files into markdown files.", "type": "module", "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",