Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Jul 2, 2023
1 parent bf9b50a commit c51d8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

- [breaking] changed signature of `registerSvelecte`
- [breaking] `registerSvelecte` is now available from `svelecte` itself, not from `svelecte/component`

- fix default placeholder to use global settings
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelecte",
"module": "dist/svelecte.mjs",
"svelte": "src/Svelecte.svelte",
"version": "4.0.0-alpha.9",
"version": "4.0.0-alpha.10",
"license": "MIT",
"type": "module",
"description": "Flexible autocomplete/select component written in Svelte. Massively inspired by Selectize.js. Also usable as custom element (CE)",
Expand Down

0 comments on commit c51d8d0

Please sign in to comment.