Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e65d53e

Browse files
committed
-> v0.29.3
1 parent bf4858c commit e65d53e

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# sapper changelog
22

3+
## 0.29.3
4+
5+
* Generate ESM code when project's `package.json` indicates `"type": "module"` ([#1800](https://github.com/sveltejs/sapper/pull/1800))
6+
37
## 0.29.2
48

59
* Allow export to succeed when user has not provided a `base` tag ([#1208](https://github.com/sveltejs/sapper/issues/1208))

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapper",
3-
"version": "0.29.2",
3+
"version": "0.29.3",
44
"description": "The next small thing in web development, powered by Svelte",
55
"bin": {
66
"sapper": "./sapper"
@@ -31,7 +31,7 @@
3131
"@rollup/plugin-json": "^4.1.0",
3232
"@rollup/plugin-node-resolve": "^8.0.1",
3333
"@rollup/plugin-replace": "^2.3.3",
34-
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.4.0",
34+
"@sveltejs/eslint-config": "git+https://github.com/sveltejs/eslint-config#v5.4.0",
3535
"@types/cookie": "^0.4.0",
3636
"@types/mocha": "^8.0.0",
3737
"@types/node": "^10.0.0",

0 commit comments

Comments
 (0)