diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0f..50d9d3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c722798..8246336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.1.2](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.1.1...v3.1.2) (2024-11-09) + + +### Trivial updates and changes. + +* Adjust repo url ([f44c0e6](https://github.com/streetsidesoftware/inject-markdown-cli/commit/f44c0e67df356f75fe27856736fa6591e4dd685c)) +* fix signing. ([3e7aba9](https://github.com/streetsidesoftware/inject-markdown-cli/commit/3e7aba94741a71bff1ab546d33ad7e62bd206e03)) +* Update Inject Markdown version (3.1.4) ([#8](https://github.com/streetsidesoftware/inject-markdown-cli/issues/8)) ([60a745a](https://github.com/streetsidesoftware/inject-markdown-cli/commit/60a745a4e6803138f252ab8a7d2f98778dce5413)) + ## [3.1.1](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.1.0...v3.1.1) (2024-11-09) diff --git a/README.md b/README.md index 0c12e6d..38c6e66 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.1.1 + rev: v3.1.2 hooks: - id: inject-markdown ``` diff --git a/package-lock.json b/package-lock.json index e115455..86e9d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inject-markdown-cli", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inject-markdown-cli", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "dependencies": { "inject-markdown": "^3.1.4" diff --git a/package.json b/package.json index 886a9c9..30394bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inject-markdown-cli", - "version": "3.1.1", + "version": "3.1.2", "description": "Inject Markdown CLI tool that can be used with pre-commit hooks", "publishConfig": { "access": "public",