Skip to content

Commit a0a8da8

Browse files
author
github-actions[bot]
committed
Merge branch 'main' of https://github.com/7rikazhexde/mkdocs-macros-utils into bug#4
2 parents cc26eda + e1c0b93 commit a0a8da8

File tree

3 files changed

+51
-59
lines changed

3 files changed

+51
-59
lines changed

.github/workflows/update_version_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
} >> "$GITHUB_OUTPUT"
8989
9090
- name: Create Release
91-
uses: softprops/action-gh-release@v2.2.0
91+
uses: softprops/action-gh-release@v2.2.1
9292
with:
9393
tag_name: v${{ steps.update_version.outputs.new_version }}
9494
name: mkdocs-macros-utils-v${{ steps.update_version.outputs.new_version }}

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/7rikazhexde/mkdocs-macros-utils#readme",
2626
"devDependencies": {
27-
"@babel/core": "^7.26.8",
28-
"@babel/preset-env": "^7.26.8",
27+
"@babel/core": "^7.26.9",
28+
"@babel/preset-env": "^7.26.9",
2929
"babel-jest": "^29.7.0",
3030
"jest": "^29.7.0",
3131
"jest-environment-jsdom": "^29.7.0"

0 commit comments

Comments
 (0)