Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Mar 15, 2024
1 parent 69bd9da commit a0cfc50
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
@@ -1,3 +1,8 @@
## 1.8.0

* Update peer dependency to support SK >= 1.0.0.
* Feat: better error message when an unexpected error occurs when parsing. (#37 by @Refzlund)

## 1.7.1

* Add sveltekit as peer dependency (#35)
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": "sveltekit-autoimport",
"version": "1.7.1",
"version": "1.8.0",
"description": "Automatically detect and import components or modules",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit a0cfc50

Please sign in to comment.