Skip to content

Commit 4813063

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: .changeset/good-timers-cheat.md

-5
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#686](https://github.com/sveltejs/svelte-eslint-parser/pull/686) [`f26ee51`](https://github.com/sveltejs/svelte-eslint-parser/commit/f26ee51709e286713acb3b2c223c5d807c72fecb) Thanks [@marekdedic](https://github.com/marekdedic)! - style Context parsing error type fix
8+
39
## 1.0.1
410

511
### Patch Changes

Diff for: 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.0.1",
3+
"version": "1.1.0",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

Diff for: src/meta.ts

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

0 commit comments

Comments
 (0)