Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-node…
Browse files Browse the repository at this point in the history
…-4.0.2
  • Loading branch information
bmuenzenmeyer authored Jul 1, 2024
2 parents 8d0827f + acffa80 commit 136ef95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.1.1](https://github.com/target/markdown-inject/compare/v4.1.0...v4.1.1) (2024-05-31)

## [4.1.0](https://github.com/target/markdown-inject/compare/v4.0.3...v4.1.0) (2023-12-21)


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": "markdown-inject",
"version": "4.1.0",
"version": "4.1.1",
"description": "Add file or command output to markdown documents.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 136ef95

Please sign in to comment.