Skip to content

Commit

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

## v0.5.0

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

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

- Настройка плагина `eslint-plugin-jsonc` ([#48](https://github.com/Pacific-Agency/eslint-config/pull/48))
- Настройка плагина `eslint-plugin-sort-destructure-keys` ([#49](https://github.com/Pacific-Agency/eslint-config/pull/49))
- Настройка плагина `eslint-plugin-vue-i18n` ([#50](https://github.com/Pacific-Agency/eslint-config/pull/50))

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

- Закрепление версий зависимостей ([#52](https://github.com/Pacific-Agency/eslint-config/pull/52))
- Общий конфиг Prettier ([#53](https://github.com/Pacific-Agency/eslint-config/pull/53))

### ❤️ Contributors

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

## v0.4.0

[compare changes](https://github.com/Pacific-Agency/eslint-config/compare/v0.3.1...v0.4.0)
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.4.0",
"version": "0.5.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 121422b

Please sign in to comment.