Skip to content

Commit 11d1e4e

Browse files
chore(main): release 3.1.2 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60a745a commit 11d1e4e

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.1"
2+
".": "3.1.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.1.2](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.1.1...v3.1.2) (2024-11-09)
4+
5+
6+
### Trivial updates and changes.
7+
8+
* Adjust repo url ([f44c0e6](https://github.com/streetsidesoftware/inject-markdown-cli/commit/f44c0e67df356f75fe27856736fa6591e4dd685c))
9+
* fix signing. ([3e7aba9](https://github.com/streetsidesoftware/inject-markdown-cli/commit/3e7aba94741a71bff1ab546d33ad7e62bd206e03))
10+
* 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))
11+
312
## [3.1.1](https://github.com/streetsidesoftware/inject-markdown-cli/compare/v3.1.0...v3.1.1) (2024-11-09)
413

514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository enables using [inject-markdown](https://github.com/streetsidesof
1212
# .pre-commit-config.yaml
1313
repos:
1414
- repo: https://github.com/streetsidesoftware/inject-markdown-cli
15-
rev: v3.1.1
15+
rev: v3.1.2
1616
hooks:
1717
- id: inject-markdown
1818
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inject-markdown-cli",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Inject Markdown CLI tool that can be used with pre-commit hooks",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)