Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Sep 15, 2023
1 parent 45df9f2 commit 4f17c2f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/gravity-ui/eslint-config/compare/v2.2.0...v3.0.0) (2023-09-15)


### ⚠ BREAKING CHANGES

* support typescript v5 and prettier v3, order imports is optional ([#18](https://github.com/gravity-ui/eslint-config/issues/18))

### Features

* add 'import/no-extraneous-dependencies' rule ([#17](https://github.com/gravity-ui/eslint-config/issues/17)) ([0bc3163](https://github.com/gravity-ui/eslint-config/commit/0bc3163569a716ec6294ac60b1a0ab1ee0e1a368))
* support typescript v5 and prettier v3, order imports is optional ([#18](https://github.com/gravity-ui/eslint-config/issues/18)) ([e68fc37](https://github.com/gravity-ui/eslint-config/commit/e68fc370ab1dd49b181c80c3dc68f35ab6f38781))

## [2.2.0](https://github.com/gravity-ui/eslint-config/compare/v2.1.1...v2.2.0) (2023-08-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/eslint-config",
"version": "2.2.0",
"version": "3.0.0",
"description": "Gravity UI ESLint config, following our styleguide",
"keywords": [
"eslint",
Expand Down

0 comments on commit 4f17c2f

Please sign in to comment.