Skip to content

Commit

Permalink
Version Packages (next) (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 1, 2024
1 parent 2bcb56e commit c0d3ec3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"changesets": [
"chilled-baboons-battle",
"cool-dingos-provide",
"dull-candles-exercise",
"many-spies-fix",
"rude-berries-rescue",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @heymp/scratchpad

## 1.0.0-next.6

### Minor Changes

- 2bcb56e: Add `scratchpad.config.js` file as an alternative to specifying scratchpad options
using the CLI flags.

```js
export default {
devtools: true,
headless: false,
url: "https://www.google.com",
};
```

NOTE: CLI flags will take precidence over config file options.

## 1.0.0-next.5

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heymp/scratchpad",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"main": "bin/cli.js",
"type": "module",
"bin": {
Expand Down

0 comments on commit c0d3ec3

Please sign in to comment.