Skip to content

Commit

Permalink
-> v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Feb 3, 2021
1 parent 911b655 commit 031c44f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# prettier-plugin-svelte changelog

## 2.1.2 (Unreleased)
## 2.1.2

* Keep whitespace around script/style tags ([#197](https://github.com/sveltejs/prettier-plugin-svelte/issues/197))
* Make script/style tag snipping case sensitive ([#198](https://github.com/sveltejs/prettier-plugin-svelte/issues/198))
* Keep whitespace around `<script>`/`<style>` tags ([#197](https://github.com/sveltejs/prettier-plugin-svelte/issues/197))
* Make `<script>`/`<style>` tag snipping case-sensitive ([#198](https://github.com/sveltejs/prettier-plugin-svelte/issues/198))

## 2.1.1

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": "2.1.1",
"version": "2.1.2",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
Expand Down

0 comments on commit 031c44f

Please sign in to comment.