Skip to content

Commit

Permalink
-> v3.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Jul 27, 2021
1 parent 95b40f2 commit ff6ce72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Svelte changelog

## Unreleased
## 3.41.0

* Support `export { ... } from` syntax in components ([#2214](https://github.com/sveltejs/svelte/issues/2214))
* Support `export let { ... } =` syntax in components ([#5612](https://github.com/sveltejs/svelte/issues/5612))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.40.3",
"version": "3.41.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
Expand Down

0 comments on commit ff6ce72

Please sign in to comment.