Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0817c7e

Browse files
chore: release svelte-eslint-parser (#715)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 855af3b commit 0817c7e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/public-sheep-speak.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#714](https://github.com/sveltejs/svelte-eslint-parser/pull/714) [`855af3b`](https://github.com/sveltejs/svelte-eslint-parser/commit/855af3b9fe4dc94d0af025b0b443579fa6e2c507) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: support `{@attach ...}`
8+
39
## 1.1.3
410

511
### 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": "1.1.3",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "Svelte parser for ESLint",
66
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",

src/meta.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// IMPORTANT!
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run build:meta"
4-
export const name = "svelte-eslint-parser";
5-
export const version = "1.1.3";
4+
export const name = "svelte-eslint-parser" as const;
5+
export const version = "1.2.0" as const;

0 commit comments

Comments
 (0)