Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 8, 2022
1 parent c3fb90e commit cd820c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [3.1.0](https://github.com/nuxt-community/eslint-module/compare/v3.0.2...v3.1.0) (2022-04-08)


### Features

* typescript rewrite ([#74](https://github.com/nuxt-community/eslint-module/issues/74)) ([21767c5](https://github.com/nuxt-community/eslint-module/commit/21767c54a6152c1a231a459a3bb33fd6992168fc))


### Bug Fixes

* only run in dev mode ([c3fb90e](https://github.com/nuxt-community/eslint-module/commit/c3fb90e8d382ba78aaa93ce43fa75dfcfd56f72a))

### [3.0.2](https://github.com/nuxt-community/eslint-module/compare/v3.0.1...v3.0.2) (2020-12-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-module",
"version": "3.0.2",
"version": "3.1.0",
"description": "ESLint module for Nuxt.js",
"repository": "nuxt-community/eslint-module",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
],
"scripts": {
"build": "siroc build",
"prepublishOnly": "yarn build",
"dev": "nuxt dev test/fixture/basic",
"lint": "eslint --ext .js,.ts,.vue .",
"prepublishOnly": "yarn build",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && yarn jest"
},
Expand Down

0 comments on commit cd820c0

Please sign in to comment.