Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/cache-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Jul 1, 2024
2 parents 5329384 + 6492fce commit aaeafb9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: 0

- name: Set Up NodeJs
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.3](https://github.com/target/markdown-inject/compare/v4.1.2...v4.1.3) (2024-07-01)

### [4.1.2](https://github.com/target/markdown-inject/compare/v4.1.1...v4.1.2) (2024-07-01)

### [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
38 changes: 25 additions & 13 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.3",
"description": "Add file or command output to markdown documents.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit aaeafb9

Please sign in to comment.