Skip to content

Commit

Permalink
chore: version packages (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 5, 2024
1 parent 15160ad commit c40752a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-bats-poke.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# prool

## 0.0.6

### Patch Changes

- [`75382d1`](https://github.com/wevm/prool/commit/75382d155ab18d231d58d74510c3ce4a4da56aea) Thanks [@jxom](https://github.com/jxom)! - Exported `stackup`.

## 0.0.5

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prool",
"description": "HTTP testing instances for Ethereum",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"module": "_lib/exports/index.mjs",
"types": "_lib/exports/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,10 @@
"license": "MIT",
"homepage": "https://wevm.dev",
"repository": "wevm/prool",
"authors": ["awkweb", "jxom"],
"authors": [
"awkweb",
"jxom"
],
"funding": [
{
"type": "github",
Expand Down

0 comments on commit c40752a

Please sign in to comment.