We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f3bed commit 743d41fCopy full SHA for 743d41f
3 files changed
.changeset/pre.json
@@ -20,6 +20,7 @@
20
"rude-pets-hope",
21
"shy-turkeys-count",
22
"silly-seas-impress",
23
+ "sixty-laws-draw",
24
"swift-planets-rescue",
25
"tasty-radios-rhyme",
26
"two-pets-rescue"
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @heymp/scratchpad
2
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
15
## 1.0.0-next.12
16
17
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@heymp/scratchpad",
"description": "Run TS/JS snippets in a locally",
- "version": "1.0.0-next.12",
+ "version": "1.0.0-next.13",
"main": "bin/cli.js",
"type": "module",
"bin": {
0 commit comments