Skip to content

Commit 57d0d7e

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/many-keys-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-eslint-parser
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#842](https://github.com/sveltejs/svelte-eslint-parser/pull/842) [`df12f13`](https://github.com/sveltejs/svelte-eslint-parser/commit/df12f135ad0c474dc61afa78c72d6caddaa478f3) Thanks [@DMartens](https://github.com/DMartens)! - fix: move semver dependency from dev to production dependency
8+
39
## 1.5.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"type": "module",
55
"description": "Svelte parser for ESLint",
66
"repository": {

src/meta.ts

Lines changed: 1 addition & 1 deletion
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" as const;
5-
export const version = "1.5.0" as const;
5+
export const version = "1.5.1" as const;

0 commit comments

Comments
 (0)