We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee60199 commit 5e67f2bCopy full SHA for 5e67f2b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# rollup-plugin-svelte changelog
2
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
8
## 3.0.1
9
10
* `svelte` should be a dependency, not a devDependency...
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-svelte",
- "version": "3.0.1",
+ "version": "3.1.0",
"description": "Compile Svelte components with Rollup",
"main": "dist/rollup-plugin-svelte.cjs.js",
"module": "dist/rollup-plugin-svelte.es.js",
0 commit comments