Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-07-29)

### Bug Fixes

* **huksy:** fix post-checkout ([ba5bfa3](ba5bfa3))
* **semantic-release:** refine semantic-release config ([1b27b2d](1b27b2d))
* **svelte:** remove default preprocess due to deprecation ([a96a58e](a96a58e))
* **test:** fix e2e test and reset to default port ([707f410](707f410))
* **vitest:** fix vitest config ([e599690](e599690))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent d68faa1 commit d904206
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.1](https://github.com/zigang93/sveltekit-boilerplate/compare/v1.0.0...v1.0.1) (2022-07-29)

### Bug Fixes

- **huksy:** fix post-checkout ([ba5bfa3](https://github.com/zigang93/sveltekit-boilerplate/commit/ba5bfa384babf13e3b353e4d00d6ed92fdc5d0e0))
- **semantic-release:** refine semantic-release config ([1b27b2d](https://github.com/zigang93/sveltekit-boilerplate/commit/1b27b2dbf3c4f68d98254438ef305724277b2b1b))
- **svelte:** remove default preprocess due to deprecation ([a96a58e](https://github.com/zigang93/sveltekit-boilerplate/commit/a96a58e0dab23f336bc2277ebee737cfde849131))
- **test:** fix e2e test and reset to default port ([707f410](https://github.com/zigang93/sveltekit-boilerplate/commit/707f410c5430677d6d7e874c253b182679194ed3))
- **vitest:** fix vitest config ([e599690](https://github.com/zigang93/sveltekit-boilerplate/commit/e599690b7f3b82f869eeda59b1749d7a4fed1274))

# 1.0.0 (2022-07-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit d904206

Please sign in to comment.