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";
44
55const 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
911const changesets = JSON . parse ( await fs . readFile ( ".changeset/config.json" ) ) ;
1012const packages = changesets . fixed [ 0 ] ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments