Skip to content

Commit

Permalink
chore(main): release 20.0.1 (#350)
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 21, 2024
1 parent 0ff9dc1 commit 9eb2261
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"20.0.0"}
{".":"20.0.1"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [20.0.1](https://github.com/voxpelli/eslint-config/compare/v20.0.0...v20.0.1) (2024-07-21)


### 🩹 Fixes

* deactivate `n/no-unsupported-features/es-syntax` in `*.ts` files ([#353](https://github.com/voxpelli/eslint-config/issues/353)) ([0ff9dc1](https://github.com/voxpelli/eslint-config/commit/0ff9dc1ed693a068512e9234709e774478678b04))
* do not publish `eslint.config.js` ([0570f29](https://github.com/voxpelli/eslint-config/commit/0570f29265b34b7fd76595f61561a5d48a0e23e3))


### 📚 Documentation

* readme tweak ([f0e413e](https://github.com/voxpelli/eslint-config/commit/f0e413ec6c05ebdec2a21ee80c9bbefd8c6dc602))


### 🧹 Chores

* **deps:** lock file maintenance ([#349](https://github.com/voxpelli/eslint-config/issues/349)) ([6711053](https://github.com/voxpelli/eslint-config/commit/6711053613294fa46ea07840cb16618e80e6c194))
* **deps:** update linting dependencies ([#348](https://github.com/voxpelli/eslint-config/issues/348)) ([1cab8d3](https://github.com/voxpelli/eslint-config/commit/1cab8d38d9a7124895e783221b8e847648552b57))
* remove unused files ([8de48f3](https://github.com/voxpelli/eslint-config/commit/8de48f34c98a300bf4e4b1dbbe8c4775afeaa067))

## [20.0.0](https://github.com/voxpelli/eslint-config/compare/v20.0.0-beta.6...v20.0.0) (2024-07-12)

To summarize the changes from all the alpha and beta releases of `20.0.0`:
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": "20.0.0",
"version": "20.0.1",
"license": "MIT",
"description": "My personal ESLint config. Based on neostandard",
"author": "Pelle Wessman <[email protected]> (https://kodfabrik.se/)",
Expand Down

0 comments on commit 9eb2261

Please sign in to comment.