Skip to content

Commit

Permalink
build: release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chongruei committed Sep 12, 2024
1 parent 1f483ff commit de8ba0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/page/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.describe('Config Page', () => {
)

await expect(page.getByTestId('env-json-values')).toHaveText(
'{ "VERSION": "1.9.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
'{ "VERSION": "1.10.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
)
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app-boilerplate",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"author": {
"name": "POPO He",
Expand Down

0 comments on commit de8ba0b

Please sign in to comment.