bump version

This commit is contained in:
David Blass
2025-11-13 16:16:04 -05:00
parent e90940e901
commit 68b65b2b05
3 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
# Ensure lockfile is up to date
echo "🔒 Updating lockfile..."
pnpm lock
# Ensure lockfile is up to date if package.json changed
if git diff --cached --name-only | grep -q "^package.json$"; then
echo "🔒 Updating lockfile..."
pnpm lock
fi
# Build the action before committing
echo "🔨 Building action..."
+1 -1
View File
@@ -40479,7 +40479,7 @@ function query({
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.97",
version: "0.0.98",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.97",
"version": "0.0.98",
"type": "module",
"files": [
"index.js",