Skip to content

Commit cd820c0

Browse files
chore(release): 3.1.0
1 parent c3fb90e commit cd820c0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
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+
## [3.1.0](https://github.com/nuxt-community/eslint-module/compare/v3.0.2...v3.1.0) (2022-04-08)
6+
7+
8+
### Features
9+
10+
* typescript rewrite ([#74](https://github.com/nuxt-community/eslint-module/issues/74)) ([21767c5](https://github.com/nuxt-community/eslint-module/commit/21767c54a6152c1a231a459a3bb33fd6992168fc))
11+
12+
13+
### Bug Fixes
14+
15+
* only run in dev mode ([c3fb90e](https://github.com/nuxt-community/eslint-module/commit/c3fb90e8d382ba78aaa93ce43fa75dfcfd56f72a))
16+
517
### [3.0.2](https://github.com/nuxt-community/eslint-module/compare/v3.0.1...v3.0.2) (2020-12-16)
618

719

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/eslint-module",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "ESLint module for Nuxt.js",
55
"repository": "nuxt-community/eslint-module",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
],
1515
"scripts": {
1616
"build": "siroc build",
17-
"prepublishOnly": "yarn build",
1817
"dev": "nuxt dev test/fixture/basic",
1918
"lint": "eslint --ext .js,.ts,.vue .",
19+
"prepublishOnly": "yarn build",
2020
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
2121
"test": "yarn lint && yarn jest"
2222
},

0 commit comments

Comments
 (0)