Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 30f9e38

Browse files
committed
chore(release): 0.5.1
1 parent 2d7a796 commit 30f9e38

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.5.1](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.5.0...v0.5.1) (2020-02-09)
6+
7+
8+
### Features
9+
10+
* **rule:** add require-func-head in recommended ([#62](https://github.com/nuxt/eslint-plugin-nuxt/issues/62)) ([7d0926f](https://github.com/nuxt/eslint-plugin-nuxt/commit/7d0926f4a73bbd3c91496f7ab8e0fc232f38d423))
11+
12+
13+
### Bug Fixes
14+
15+
* correct category for no-timing-in-fetch-data ([bbf6ce9](https://github.com/nuxt/eslint-plugin-nuxt/commit/bbf6ce985b0e40c1c9450fd3b3a7188d3a7a214a))
16+
517
## [0.5.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.4.3...v0.5.0) (2019-11-09)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-nuxt",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "ESLint plugin for Nuxt.js",
55
"author": "Clark Du <clarkdo@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)