pull/1346/head v1.62.0
Conduitry 6 years ago
parent 7fe139feaa
commit 8a99ce911c

@ -1,5 +1,10 @@
# Svelte changelog
## 1.62.0
* Add a `code` field to errors and warnings ([#474](https://github.com/sveltejs/svelte/issues/474))
* When using v2 syntax, do not use interpolation in non-root `<style>` tags ([#1339](https://github.com/sveltejs/svelte/issues/1339))
## 1.61.0
* Support v2 syntax with `parser: 'v2'` option ([#1318](https://github.com/sveltejs/svelte/issues/1318))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.61.0",
"version": "1.62.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save