Skip to content

Commit 4f244db

Browse files
committed
Sync
1 parent e5b5204 commit 4f244db

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.changeset/aggregate.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { execSync } from "node:child_process";
44

55
const THANKLESS_COMMITTERS = ["thdxr", "fwang", "jayair"];
66

7-
const { version } = JSON.parse(await fs.readFile("./package.json"));
7+
const { version } = JSON.parse(
8+
await fs.readFile("./packages/open-next/package.json")
9+
);
810

911
const changesets = JSON.parse(await fs.readFile(".changeset/config.json"));
1012
const packages = changesets.fixed[0];

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# open-next
22

3-
## 0.0.0-20230329192618
3+
## 0.8.1
44

55
### Patch Changes
66

7-
- efbf33b: Remove minimal mode
8-
9-
## 0.0.0-20221205225535
10-
11-
### Patch Changes
12-
13-
- Test
7+
- [`bdd29d1`](https://github.com/serverless-stack/open-next/commit/bdd29d1) Fix spawn error on Windows

0 commit comments

Comments
 (0)