0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00

-> v3.26.0

This commit is contained in:
Conduitry 2020-09-22 08:51:22 -04:00
parent 6c8bd6e5aa
commit e867a4de33
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.26.0
* Support `use:obj.method` as actions ([#3935](https://github.com/sveltejs/svelte/issues/3935))
* Support `_` as numeric separator ([#5407](https://github.com/sveltejs/svelte/issues/5407))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.25.1",
"version": "3.26.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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