Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#6)
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 100e239 commit 99f3f44
Show file tree
Hide file tree
Showing 5 changed files with 12 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.0"
".": "3.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.1](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.1.0...v3.1.1) (2024-11-09)


### Trivial updates and changes.

* Fix release ([100e239](https://github.com/streetsidesoftware/inject-markdown-cli/commit/100e239af5978648452d8d538eefc41a19408a9c))

## [3.1.0](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.0.0...v3.1.0) (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.0
rev: v3.1.1
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.0",
"version": "3.1.1",
"description": "Inject Markdown CLI tool that can be used with pre-commit hooks",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 99f3f44

Please sign in to comment.