Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacific-bot committed Aug 27, 2023
1 parent eb63868 commit f9b3c2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

## v0.6.0

[compare changes](https://github.com/Pacific-Agency/eslint-config/compare/v0.5.1...v0.6.0)

### 🚀 Улучшения

- Правило `vue/no-unused-properties` ([#56](https://github.com/Pacific-Agency/eslint-config/pull/56))
- Правило `vue/block-lang` ([#57](https://github.com/Pacific-Agency/eslint-config/pull/57))
- Правило `vue/no-unused-refs` ([#58](https://github.com/Pacific-Agency/eslint-config/pull/58))

### 🏡 Другие изменения

- Обновление зависимостей ([#59](https://github.com/Pacific-Agency/eslint-config/pull/59))

### ❤️ Contributors

- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))

## v0.5.1

[compare changes](https://github.com/Pacific-Agency/eslint-config/compare/v0.5.0...v0.5.1)
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": "@pacific-agency/eslint-config",
"version": "0.5.1",
"version": "0.6.0",
"description": "Конфигурация ESLint",
"repository": {
"type": "git",
Expand All @@ -25,4 +25,4 @@
"@pacific-agency/prettier-config": "0.3.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit f9b3c2f

Please sign in to comment.