Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-07-28)

### Bug Fixes

* **eslint:** fix eslint ([2c42125](2c42125))
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent 15ea73a commit 0c3b022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.0.0 (2022-07-28)

### Bug Fixes

- **eslint:** fix eslint ([2c42125](https://github.com/zigang93/sveltekit-boilerplate/commit/2c42125a2eda1b99e38c08fa61f6b011d4fae3b5))
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": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 0c3b022

Please sign in to comment.