Skip to content

Commit 743d41f

Browse files
Version Packages (next) (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21f3bed commit 743d41f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"rude-pets-hope",
2121
"shy-turkeys-count",
2222
"silly-seas-impress",
23+
"sixty-laws-draw",
2324
"swift-planets-rescue",
2425
"tasty-radios-rhyme",
2526
"two-pets-rescue"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @heymp/scratchpad
22

3+
## 1.0.0-next.13
4+
5+
### Minor Changes
6+
7+
- 21f3bed: Add global readFile method
8+
9+
Example
10+
11+
```js
12+
await readFile("./log.txt", "utf8");
13+
```
14+
315
## 1.0.0-next.12
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heymp/scratchpad",
33
"description": "Run TS/JS snippets in a locally",
4-
"version": "1.0.0-next.12",
4+
"version": "1.0.0-next.13",
55
"main": "bin/cli.js",
66
"type": "module",
77
"bin": {

0 commit comments

Comments
 (0)