Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 16, 2022
1 parent 8f520af commit d9d41a1
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/antfu/eslint-config-1/compare/v11.0.0...v12.0.0) (2022-11-16)


### Features

* improve Nuxt3 compatibility ([#236](https://github.com/antfu/eslint-config-1/issues/236)) ([8f520af](https://github.com/antfu/eslint-config-1/commit/8f520af18e401808e4d68c7a580c1f95be7ed3a5))





# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"npmClient": "npm"
}
},
"version": "11.0.0"
"version": "12.0.0"
}
11 changes: 11 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/nuxt/eslint-config/compare/v11.0.0...v12.0.0) (2022-11-16)


### Features

* improve Nuxt3 compatibility ([#236](https://github.com/nuxt/eslint-config/issues/236)) ([8f520af](https://github.com/nuxt/eslint-config/commit/8f520af18e401808e4d68c7a580c1f95be7ed3a5))





# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "11.0.0",
"version": "12.0.0",
"description": "ESlint config used for Nuxt with Typescript support",
"repository": "nuxt/eslint-config",
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint-import-resolver-typescript": "^3.5.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/nuxt/eslint-config/compare/v11.0.0...v12.0.0) (2022-11-16)


### Features

* improve Nuxt3 compatibility ([#236](https://github.com/nuxt/eslint-config/issues/236)) ([8f520af](https://github.com/nuxt/eslint-config/commit/8f520af18e401808e4d68c7a580c1f95be7ed3a5))





# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "11.0.0",
"version": "12.0.0",
"description": "ESlint config used for Nuxt",
"repository": "nuxt/eslint-config",
"license": "MIT",
Expand Down

0 comments on commit d9d41a1

Please sign in to comment.