Skip to content

Commit

Permalink
-> v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Sep 26, 2020
1 parent 1f1b3ff commit 2687215
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# prettier-plugin-svelte changelog

## Unreleased
## 1.4.0

* Fix print order of attributes and body ([#146](https://github.com/sveltejs/prettier-plugin-svelte/issues/146))
* Support the new `{#key}` block introduced in Svelte 2.28.0 ([#147](https://github.com/sveltejs/prettier-plugin-svelte/pull/147))
* Support the new `{#key}` block introduced in Svelte 3.28.0 ([#147](https://github.com/sveltejs/prettier-plugin-svelte/pull/147))

## 1.3.0

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-svelte",
"version": "1.3.0",
"version": "1.4.0",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
Expand Down

0 comments on commit 2687215

Please sign in to comment.