Skip to content

Commit c0d3ec3

Browse files
Version Packages (next) (#36)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2bcb56e commit c0d3ec3

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"chilled-baboons-battle",
9+
"cool-dingos-provide",
910
"dull-candles-exercise",
1011
"many-spies-fix",
1112
"rude-berries-rescue",

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @heymp/scratchpad
22

3+
## 1.0.0-next.6
4+
5+
### Minor Changes
6+
7+
- 2bcb56e: Add `scratchpad.config.js` file as an alternative to specifying scratchpad options
8+
using the CLI flags.
9+
10+
```js
11+
export default {
12+
devtools: true,
13+
headless: false,
14+
url: "https://www.google.com",
15+
};
16+
```
17+
18+
NOTE: CLI flags will take precidence over config file options.
19+
320
## 1.0.0-next.5
421

522
### Minor Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heymp/scratchpad",
3-
"version": "1.0.0-next.5",
3+
"version": "1.0.0-next.6",
44
"main": "bin/cli.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)