Skip to content

Commit e42ff6d

Browse files
chore: version packages (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c3ae82 commit e42ff6d

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/shaggy-eels-lead.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# prool
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`9c3ae82`](https://github.com/wevm/prool/commit/9c3ae8281fd05076d62265196662073596988d3e) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Moved `Instance.tempoDocker` into `prool/testcontainers` entrypoint.
8+
9+
```diff
10+
- import { Instance } from 'prool'
11+
+ import { Instance } from 'prool/testcontainers'
12+
13+
- Instance.tempoDocker
14+
+ Instance.tempo
15+
```
16+
317
## 0.1.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"[!start-pkg]": "",
2929
"name": "prool",
3030
"description": "HTTP testing instances for Ethereum",
31-
"version": "0.1.1",
31+
"version": "0.2.0",
3232
"type": "module",
3333
"sideEffects": false,
3434
"files": [

0 commit comments

Comments
 (0)