Skip to content

Commit

Permalink
chore: release eslint-plugin-astro (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 26, 2024
1 parent 80dfa09 commit 10ec863
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-pigs-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-mayflies-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-kangaroos-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-poems-grin.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-plugin-astro

## 1.0.0

### Major Changes

- [#357](https://github.com/ota-meshi/eslint-plugin-astro/pull/357) [`4afd799`](https://github.com/ota-meshi/eslint-plugin-astro/commit/4afd799195c75867db4724fa8535bb3a1139515c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: drop support for ESLint<v8.57.0

- [#355](https://github.com/ota-meshi/eslint-plugin-astro/pull/355) [`4c73905`](https://github.com/ota-meshi/eslint-plugin-astro/commit/4c739057144c3d670dbd37a04337f65b5058e6c9) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: Drop support for Node.js<v18.18

- [#358](https://github.com/ota-meshi/eslint-plugin-astro/pull/358) [`3626074`](https://github.com/ota-meshi/eslint-plugin-astro/commit/36260748c263a1b57dd60ad2a9bbfea51458e544) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: use astro-eslint-parser v1

- [#360](https://github.com/ota-meshi/eslint-plugin-astro/pull/360) [`80dfa09`](https://github.com/ota-meshi/eslint-plugin-astro/commit/80dfa090ed2c959383d0bbb5f220873a9833c943) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: use bundler

## 0.34.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-astro",
"version": "0.34.0",
"version": "1.0.0",
"description": "ESLint plugin for Astro component",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "npm run update"
export const name = "eslint-plugin-astro"
export const version = "0.34.0"
export const version = "1.0.0"

0 comments on commit 10ec863

Please sign in to comment.