Skip to content

Commit 33b1140

Browse files
committed
-> v5.1.1
1 parent 54023b6 commit 33b1140

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.1.1
4+
5+
* Use Svelte 3's built-in logic for automatically determining the component name from its file path ([#74](https://github.com/rollup/rollup-plugin-svelte/issues/74))
6+
37
## 5.1.0
48

59
* Support array of preprocessors in Svelte 3

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.1.0",
3+
"version": "5.1.1",
44
"description": "Compile Svelte components with Rollup",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)