Skip to content

Commit

Permalink
Release v0.15.0 (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Feb 7, 2024
1 parent 5296ef5 commit 4512235
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 31 deletions.
4 changes: 2 additions & 2 deletions config/speedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/**
* Build information
*/
'build_date' => Carbon::parse('2024-02-04'),
'build_date' => Carbon::parse('2024-02-06'),

'build_version' => 'v0.14.7',
'build_version' => 'v0.15.0',

/**
* General
Expand Down
45 changes: 21 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ export default defineConfig({
],
}),
],
server: {
hmr: {
host: 'localhost',
},
},
});

0 comments on commit 4512235

Please sign in to comment.