Skip to content

Commit

Permalink
chore(main): release 19.0.0 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 25, 2023
1 parent 355e82c commit 803b13a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update dependency eslint-plugin-es-x to ^7.2.0 ([#234](https://github.com/voxpelli/eslint-config/issues/234))
* update dependency eslint-plugin-n to ^16.0.1 ([#224](https://github.com/voxpelli/eslint-config/issues/224))
* update dependency eslint to ^8.45.0 ([#220](https://github.com/voxpelli/eslint-config/issues/220))
* update dependency eslint-plugin-jsdoc to ^46.4.4 ([#219](https://github.com/voxpelli/eslint-config/issues/219))
* update dependency eslint-plugin-unicorn to v48 ([#231](https://github.com/voxpelli/eslint-config/issues/231))

### Features

* update dependency eslint-plugin-unicorn to v48 ([#231](https://github.com/voxpelli/eslint-config/issues/231)) ([fb00678](https://github.com/voxpelli/eslint-config/commit/fb00678a34d9c934cf150ccd51b32d1a4606d3c7))


### Miscellaneous Chores

* update dependency eslint to ^8.45.0 ([#220](https://github.com/voxpelli/eslint-config/issues/220)) ([9473eff](https://github.com/voxpelli/eslint-config/commit/9473effcf6d7131b2af4cc284177ec114070e3b1))
* update dependency eslint-plugin-es-x to ^7.2.0 ([#234](https://github.com/voxpelli/eslint-config/issues/234)) ([d2d65ab](https://github.com/voxpelli/eslint-config/commit/d2d65ab88f9b7a19cca735fabaeadac48f639ebe))
* update dependency eslint-plugin-jsdoc to ^46.4.4 ([#219](https://github.com/voxpelli/eslint-config/issues/219)) ([205427e](https://github.com/voxpelli/eslint-config/commit/205427eac421be97f5e0c6f7f0c3511ac4027944))
* update dependency eslint-plugin-n to ^16.0.1 ([#224](https://github.com/voxpelli/eslint-config/issues/224)) ([e53cb27](https://github.com/voxpelli/eslint-config/commit/e53cb274aba053d3c472bac04b2ef5f022c4fe11))

## [18.0.0](https://github.com/voxpelli/eslint-config/compare/v17.0.3...v18.0.0) (2023-06-03)


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": "18.0.0",
"version": "19.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 803b13a

Please sign in to comment.