0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v3.8.1

This commit is contained in:
Richard Harris 2019-08-14 21:16:54 -04:00
parent 207d8aeeed
commit 3bbfccc4cc
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 3.8.1
* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))
## 3.8.0
* Add `self` event modifier ([#3372](https://github.com/sveltejs/svelte/issues/3372))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.8.0",
"version": "3.8.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",