diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..985dff0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [3.1.0](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.0.0...v3.1.0) (2024-11-09) + + +### Features + +* Update Inject Markdown version (3.1.1) ([0dcb572](https://github.com/streetsidesoftware/inject-markdown-cli/commit/0dcb57262fe9b72785ead6dcd9bf240a41fd00a2)) + + +### Trivial updates and changes. + +* Export bin ([72d086b](https://github.com/streetsidesoftware/inject-markdown-cli/commit/72d086b4b702b587ff6439a4c8a41da77f1187d3)) +* Update Inject Markdown version (3.1.1) ([2e7c52f](https://github.com/streetsidesoftware/inject-markdown-cli/commit/2e7c52f3302cc7d2350f53e5b4f7f46f0183c355)) +* Use inject-markdown bin ([d030366](https://github.com/streetsidesoftware/inject-markdown-cli/commit/d0303662e6f9df964d01db05b7e321c592a25693)) diff --git a/README.md b/README.md index 0f6fe76..ee2df8c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository enables using [inject-markdown](https://github.com/streetsidesof # .pre-commit-config.yaml repos: - repo: https://github.com/streetsidesoftware/inject-markdown-cli - rev: v3.0.0 + rev: v3.1.0 hooks: - id: inject-markdown ``` diff --git a/package-lock.json b/package-lock.json index 698d8e5..3b61bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inject-markdown-cli", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inject-markdown-cli", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "inject-markdown": "^3.1.1" diff --git a/package.json b/package.json index 88734b4..17830c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inject-markdown-cli", - "version": "3.0.0", + "version": "3.1.0", "description": "Inject Markdown CLI tool that can be used with pre-commit hooks", "publishConfig": { "access": "public",