Skip to content

Commit e18e8ae

Browse files
committed
-> v5.2.2
1 parent c4c3a76 commit e18e8ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rollup-plugin-svelte changelog
22

3+
## 5.2.2
4+
5+
* Handle files with `.svelte` in the middle of their filename ([#107](https://github.com/sveltejs/rollup-plugin-svelte/pull/107))
6+
37
## 5.2.1
48

59
* Revert accidental change to Rollup peer dependency

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-svelte",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Compile Svelte components with Rollup",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)