Skip to content

Commit

Permalink
chore(main): release 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent bd3fa19 commit f98490d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [20.0.0](https://github.com/voxpelli/eslint-config/compare/v19.0.0...v20.0.0) (2023-12-15)


### ⚠ BREAKING CHANGES

* update dependency eslint-plugin-es-x to ^7.5.0 ([#267](https://github.com/voxpelli/eslint-config/issues/267))
* update dependency eslint-plugin-es-x to ^7.4.0 ([#261](https://github.com/voxpelli/eslint-config/issues/261))
* update dependency eslint-plugin-n to ^16.3.1 ([#243](https://github.com/voxpelli/eslint-config/issues/243))
* update dependency eslint-plugin-es-x to ^7.3.0 ([#259](https://github.com/voxpelli/eslint-config/issues/259))
* update dependency eslint-plugin-mocha to ^10.2.0 ([#250](https://github.com/voxpelli/eslint-config/issues/250))
* update dependency eslint-plugin-import to ^2.29.0 ([#240](https://github.com/voxpelli/eslint-config/issues/240))
* update dependency eslint-plugin-unicorn to v49 ([#256](https://github.com/voxpelli/eslint-config/issues/256))

### Features

* update dependency eslint-plugin-unicorn to v49 ([#256](https://github.com/voxpelli/eslint-config/issues/256)) ([4e3ff07](https://github.com/voxpelli/eslint-config/commit/4e3ff07acdc8017aa2852f14724336fa6fbf3eae))


### Miscellaneous Chores

* update dependency eslint-plugin-es-x to ^7.3.0 ([#259](https://github.com/voxpelli/eslint-config/issues/259)) ([73ff977](https://github.com/voxpelli/eslint-config/commit/73ff977169bca307224b55e8aea9509f82c3cc0b))
* update dependency eslint-plugin-es-x to ^7.4.0 ([#261](https://github.com/voxpelli/eslint-config/issues/261)) ([56fb8e3](https://github.com/voxpelli/eslint-config/commit/56fb8e3da56e0652155963b95cee5d48feb332d3))
* update dependency eslint-plugin-es-x to ^7.5.0 ([#267](https://github.com/voxpelli/eslint-config/issues/267)) ([bd3fa19](https://github.com/voxpelli/eslint-config/commit/bd3fa190ae233a465c67d4e006b9c8a64c7337d4))
* update dependency eslint-plugin-import to ^2.29.0 ([#240](https://github.com/voxpelli/eslint-config/issues/240)) ([a0938e4](https://github.com/voxpelli/eslint-config/commit/a0938e4c9c3600919304e57a077b8f5c20d13a6f))
* update dependency eslint-plugin-mocha to ^10.2.0 ([#250](https://github.com/voxpelli/eslint-config/issues/250)) ([84214ca](https://github.com/voxpelli/eslint-config/commit/84214caabf5f8eef96a3ef6fa4ec1bdf0b2f53b9))
* update dependency eslint-plugin-n to ^16.3.1 ([#243](https://github.com/voxpelli/eslint-config/issues/243)) ([fcca43a](https://github.com/voxpelli/eslint-config/commit/fcca43a9d98e46e54c75de9546652c0e3050e77e))

## [19.0.0](https://github.com/voxpelli/eslint-config/compare/v18.0.0...v19.0.0) (2023-07-25)


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": "@voxpelli/eslint-config",
"version": "19.0.0",
"version": "20.0.0",
"license": "MIT",
"description": "My personal ESLint config. Based on semistandard",
"author": "Pelle Wessman <pelle@kodfabrik.se> (https://kodfabrik.se/)",
Expand Down

0 comments on commit f98490d

Please sign in to comment.