Skip to content

Commit 54678f0

Browse files
authored
Merge pull request #7 from friendofsvelte/fix/release-workflow-final
fix: release workflow and sync to v0.2.0
2 parents 52fea32 + f2439b7 commit 54678f0

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

.changeset/strict-checks-and-ci.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Push version bump
3838
run: |
39+
git config user.name "github-actions[bot]"
40+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3941
git add .
4042
git diff --staged --quiet && exit 0
4143
git commit -m "chore: version packages"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@friendofsvelte/state",
33
"description": "Persistent Svelte 5 State, localStorage & sessionStorage",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"scripts": {
66
"dev": "vite dev",
77
"build": "vite build && npm run prepack",

0 commit comments

Comments
 (0)