Skip to content

Commit 095bf84

Browse files
authored
Revert "chore: release svelte-eslint-parser (#215)" (#216)
This reverts commit 39c8e7a.
1 parent 39c8e7a commit 095bf84

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.changeset/long-rabbits-remain.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": patch
3+
---
4+
5+
Fix error in member expr on LHS of reactive statement with TS

CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# svelte-eslint-parser
22

3-
## 0.18.2
4-
5-
### Patch Changes
6-
7-
- [#214](https://github.com/ota-meshi/svelte-eslint-parser/pull/214) [`4752939`](https://github.com/ota-meshi/svelte-eslint-parser/commit/4752939c562c7dd7aecbfa9c364c82573a2bde51) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Fix error in member expr on LHS of reactive statement with TS
8-
93
## 0.18.1
104

115
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "0.18.2",
3+
"version": "0.18.1",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/ota-meshi/svelte-eslint-parser.git",
66
"homepage": "https://github.com/ota-meshi/svelte-eslint-parser#readme",

0 commit comments

Comments
 (0)