Skip to content

Commit

Permalink
chore: release v0.8.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent 88944bf commit 3d92413
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/zutron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.8.0](https://github.com/goosewobbler/zutron/compare/v0.7.0...v0.8.0) (2024-12-11)


### Bug Fixes

* **types:** add subscribe to bridge type ([4d329cd](https://github.com/goosewobbler/zutron/commit/4d329cdd6d8754cd2b253689515a67f6bb1092d0))


### Features

* support windows created at runtime ([3ad36f0](https://github.com/goosewobbler/zutron/commit/3ad36f0fac3f94449252742034aca4c1f05284c6))



# [0.7.0](https://github.com/goosewobbler/zutron/compare/v0.7.0-next.0...v0.7.0) (2024-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/zutron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zutron",
"version": "0.7.0",
"version": "0.8.0",
"description": "A streamlined state management library for Electron applications using Zustand.",
"author": "Sam Maister <goosewobbler@protonmail.com>",
"homepage": "https://github.com/goosewobbler/zutron",
Expand Down Expand Up @@ -102,4 +102,4 @@
"preload/*",
"README.md"
]
}
}

0 comments on commit 3d92413

Please sign in to comment.