Skip to content

Commit

Permalink
chore: release eslint-plugin-astro (#235)
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] committed Jul 29, 2023
1 parent e13ea7c commit 99fbdcb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-carpets-move.md

This file was deleted.

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

## 0.28.0

### Minor Changes

- [#234](https://github.com/ota-meshi/eslint-plugin-astro/pull/234) [`e13ea7c`](https://github.com/ota-meshi/eslint-plugin-astro/commit/e13ea7c02d6568b251ec28af57ad6c460053343e) Thanks [@morinokami](https://github.com/morinokami)! - feat: add `astro/no-deprecated-getentrybyslug` rule

## 0.27.2

### Patch Changes
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/no-deprecated-getentrybyslug.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "astro/no-deprecated-getentrybyslug"
description: "disallow using deprecated `getEntryBySlug()`"
since: "v0.28.0"
---

# astro/no-deprecated-getentrybyslug

> disallow using deprecated `getEntryBySlug()`
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:astro/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -40,6 +40,10 @@ Nothing.

- [Astro Documentation | API Reference - getEntryBySlug()](https://docs.astro.build/en/reference/api-reference/#getentrybyslug)

## :rocket: Version

This rule was introduced in eslint-plugin-astro v0.28.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/no-deprecated-getentrybyslug.ts)
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.27.2",
"version": "0.28.0",
"description": "ESLint plugin for Astro component",
"main": "lib/index.js",
"files": [
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" as const
export const version = "0.27.2" as const
export const version = "0.28.0" as const

0 comments on commit 99fbdcb

Please sign in to comment.