Skip to content

Commit

Permalink
fix: v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jun 4, 2024
1 parent bfc5749 commit a30c9a0
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 106 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[0.4.3]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.4.4
[0.4.3]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.4.3
[0.4.2]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.4.2
[0.4.1]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.4.1
Expand All @@ -19,6 +20,13 @@ The format is based on [Common Changelog](https://common-changelog.org/).
[0.2.0]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.2.0
[0.1.0]: https://github.com/rhinestonewtf/modulekit/releases/tag/v0.1.0

## [0.4.4] - 04-06-2024

### Fixed

- Specify correct Kernel version
- Dependency based CI

## [0.4.3] - 30-05-2024

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhinestone/modulekit",
"version": "0.4.3",
"version": "0.4.4",
"description": "A development kit for building and testing smart account modules.",
"license": "GPL-3.0",
"author": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"forge-std": "github:foundry-rs/forge-std",
"solady": "github:vectorized/solady",
"solarray": "github:sablier-labs/solarray",
"@zerodev/kernel": "github:zerodevapp/kernel",
"@zerodev/kernel": "github:zerodevapp/kernel#256f1f441ebcfdfccb0cbf22d1e0444e4a39eb3d",
"excessively-safe-call": "github:nomad-xyz/ExcessivelySafeCall"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a30c9a0

Please sign in to comment.