Skip to content

Commit bad15c6

Browse files
committed
Sync CHANGELOG with 6.x branch
1 parent 31c3785 commit bad15c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# rollup-plugin-svelte changelog
22

3-
## Unreleased
3+
## 6.1.1
4+
5+
* Use `require('svelte/compiler')` rather than `require('svelte/compiler.js')` to work with new Svelte exports map
6+
7+
## 6.1.0
8+
9+
* feat: allow custom Svelte compilers via new `svelte` option: ([#124](https://github.com/sveltejs/rollup-plugin-svelte/pull/124))
10+
* fix: use native `fs.existsSync` method: ([`50e03e5`](https://github.com/sveltejs/rollup-plugin-svelte/commit/50e03e5))
11+
* chore: Power CI via GitHub Action ([`61ead9a..23e83a4`](https://github.com/sveltejs/rollup-plugin-svelte/compare/61ead9a..23e83a4))
12+
13+
## 6.0.2
414

515
* Added default value to CssWriter.write map option ([#135](https://github.com/sveltejs/rollup-plugin-svelte/pull/135))
616
* Do not warn about missing unused css selectors if both css and emitCss are false ([#127](https://github.com/sveltejs/rollup-plugin-svelte/pull/127))

0 commit comments

Comments
 (0)