Skip to content

Commit

Permalink
chore(main): release 3.1.2 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 9, 2024
1 parent 60a745a commit 11d1e4e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.1"
".": "3.1.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 11d1e4e

Please sign in to comment.