Skip to content

Commit 5e67f2b

Browse files
committed
-> v3.1.0
1 parent ee60199 commit 5e67f2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.0
4+
5+
* Allow `shared` option to override default ([#16](https://github.com/rollup/rollup-plugin-svelte/pull/16))
6+
* Use `this.warn` and `this.error`, so Rollup can handle failures
7+
38
## 3.0.1
49

510
* `svelte` should be a dependency, not a devDependency...

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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Compile Svelte components with Rollup",
55
"main": "dist/rollup-plugin-svelte.cjs.js",
66
"module": "dist/rollup-plugin-svelte.es.js",

0 commit comments

Comments
 (0)