Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/eslint-config-typescript@5.0.0
 - @nuxtjs/eslint-config@5.0.0
  • Loading branch information
clarkdo committed Nov 14, 2020
1 parent 0cf1110 commit 61c7862
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@4.0.0...@nuxtjs/eslint-config-typescript@5.0.0) (2020-11-14)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript





# [4.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@3.0.0...@nuxtjs/eslint-config-typescript@4.0.0) (2020-10-20)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "4.0.0",
"version": "5.0.0",
"description": "Nuxt.js eslint typescript config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config-typescript",
"repository": "nuxt/eslint-config",
Expand All @@ -12,7 +12,7 @@
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "4.0.0",
"@nuxtjs/eslint-config": "5.0.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@4.0.0...@nuxtjs/eslint-config@5.0.0) (2020-11-14)

**Note:** Version bump only for package @nuxtjs/eslint-config





# [4.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@3.1.0...@nuxtjs/eslint-config@4.0.0) (2020-10-20)

**Note:** Version bump only for package @nuxtjs/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "4.0.0",
"version": "5.0.0",
"description": "Nuxt.js eslint config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
"repository": "nuxt/eslint-config",
Expand Down

0 comments on commit 61c7862

Please sign in to comment.