File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ import { execSync } from "node:child_process";
4
4
5
5
const THANKLESS_COMMITTERS = [ "thdxr" , "fwang" , "jayair" ] ;
6
6
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
+ ) ;
8
10
9
11
const changesets = JSON . parse ( await fs . readFile ( ".changeset/config.json" ) ) ;
10
12
const packages = changesets . fixed [ 0 ] ;
Original file line number Diff line number Diff line change 1
1
# open-next
2
2
3
- ## 0.0.0-20230329192618
3
+ ## 0.8.1
4
4
5
5
### Patch Changes
6
6
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
You can’t perform that action at this time.
0 commit comments