Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVanleynseele committed Oct 26, 2023
1 parent bd0ba83 commit 2ba419b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## [0.5.0](https://github.com/novemberfiveco/eslint-config/compare/[email protected]@0.5.0) (2023-10-26)


### Features

* add grouping rules for import sort ([bfba854](https://github.com/novemberfiveco/eslint-config/commit/bfba854ed5549bd9efe5c0d954e7ff5efaa99fa1))
* add nvmrc ([c3708e5](https://github.com/novemberfiveco/eslint-config/commit/c3708e5b6429100d74e3c778a7ba5af866664a5e))
* add serverless eslint config ([882d094](https://github.com/novemberfiveco/eslint-config/commit/882d0940a6878ebc7638075bba84bd34c90c2ff2))
* initial version ([0a45f09](https://github.com/novemberfiveco/eslint-config/commit/0a45f09600ddd2befcf89e2ccc0f5ed6c71ebff5))
* react native config ([a6c8cb9](https://github.com/novemberfiveco/eslint-config/commit/a6c8cb974c2e082f8a035c73b6ec001ff8abcdb2))
* react native config ([bfb5bf9](https://github.com/novemberfiveco/eslint-config/commit/bfb5bf94df6ac898137d0dcea4259b77ccb6c1e0))


### Bug Fixes

* add missing deps in package json ([7acfe30](https://github.com/novemberfiveco/eslint-config/commit/7acfe30feb8af89e1e9bc0dc5db1c3a5a22bee5e))
* allow minor patch updates + bump deps ([#10](https://github.com/novemberfiveco/eslint-config/issues/10)) ([bd06122](https://github.com/novemberfiveco/eslint-config/commit/bd06122161f8a1c6cc49d4da22553a3acedacbc8))
* package lock ([b2c4679](https://github.com/novemberfiveco/eslint-config/commit/b2c4679778aad397df965cd3424995d2c705ad3b))

## [0.4.0](https://github.com/novemberfiveco/eslint-config/compare/[email protected]@0.4.0) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novemberfiveco/eslint-config-vite",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"description": "ESLint configuration for Vite projects used by November Five",
"keywords": [
Expand Down

0 comments on commit 2ba419b

Please sign in to comment.