Skip to content

Commit

Permalink
(chore) release 2.9.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Dec 9, 2022
1 parent bd5a49a commit 3a353ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prettier-plugin-svelte changelog

## 2.9.0 (unreleased)
## 2.9.0

- (feat) support style modifiers ([#330](https://github.com/sveltejs/prettier-plugin-svelte/issues/330))
- (fix) respect strict mode and shorthand options when formatting style/class directives ([#328](https://github.com/sveltejs/prettier-plugin-svelte/issues/328))
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.8.1",
"version": "2.9.0",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
Expand Down

0 comments on commit 3a353ab

Please sign in to comment.