Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Mar 24, 2022
1 parent 0eb79dc commit 8408757
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 0.1.1 - 2022 Mar 24
- Fix component not exported

## 0.1.0 - 2022 Mar 24
- Initial release
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "svelte-droplet",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "svelte-kit dev",
Expand Down Expand Up @@ -55,6 +56,5 @@
"printWidth": 100,
"semi": false,
"singleQuote": true
},
"version": "0.1.0"
}
}

0 comments on commit 8408757

Please sign in to comment.