Skip to content

Commit b557f2e

Browse files
committed
[DOP-22569] Bump version
1 parent 17644ec commit b557f2e

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ updates:
3737
- "*"
3838
ignore:
3939
- dependency-name: "*"
40-
update-types: ["version-update:semver-major"]
40+
update-types: ["version-update:semver-major"]

.github/workflows/cache-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "Deleting caches..."
3535
for cacheKey in $cacheKeysForPR
3636
do
37-
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
37+
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
3838
done
3939
echo "Done"
4040
env:

package-lock.json

Lines changed: 31 additions & 4 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": "data-rentgen",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"type": "module",
66
"description": "Frontend for Data.Rentgen",

0 commit comments

Comments
 (0)