Skip to content

Commit

Permalink
-> v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Aug 25, 2020
1 parent 1ca00be commit b901925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

## Unreleased
## 1.1.1

* Fix bug that breaks plugin when using Prettier v2.1.x ([#123](https://github.com/sveltejs/prettier-plugin-svelte/issues/123))
* Fix incorrectly escaped regexp which broke style tags followed by "s" ([#118](https://github.com/sveltejs/prettier-plugin-svelte/issues/118))
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.1.0",
"version": "1.1.1",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
Expand Down

0 comments on commit b901925

Please sign in to comment.