Skip to content

Commit d207bdc

Browse files
Version Packages (next) (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba952a7 commit d207bdc

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@heymp/scratchpad": "0.0.10"
66
},
77
"changesets": [
8+
"blue-bobcats-push",
89
"chilled-baboons-battle",
910
"chilly-bobcats-reflect",
1011
"cool-dingos-provide",

CHANGELOG.md

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

3+
## 1.0.0-next.15
4+
5+
### Minor Changes
6+
7+
- 2f0fffb: Add new generate commands
8+
9+
**Generate document**
10+
11+
Fetch HTML source of url and save it to a local file. This is helpful when using the `rerouteDocument` command.
12+
13+
```bash
14+
npx @heymp/scratchpad@next generate document https://www.example.com pages
15+
```
16+
17+
**Generate login**
18+
19+
Launch a new browser that saves your session so it can be reused.
20+
21+
```bash
22+
npx @heymp/scratchpad@next generate login
23+
```
24+
25+
You can then reuse the session by using the `login` option when using the `run` command.
26+
27+
```bash
28+
npx @heymp/scratchpad@next run --login
29+
```
30+
331
## 1.0.0-next.14
432

533
### Minor 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.14",
4+
"version": "1.0.0-next.15",
55
"main": "src/lib/index.js",
66
"module": "src/lib/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)