Skip to content

Commit

Permalink
chore(main): release 20.0.0-beta.5 (#339)
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 1, 2024
1 parent c344e2a commit 172d5a8
Show file tree
Hide file tree
Showing 4 changed files with 15 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-beta.4"}
{".":"20.0.0-beta.5"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### 🩹 Fixes

* avoid potential clash with neostandard `n/` ([4e70c1a](https://github.com/voxpelli/eslint-config/commit/4e70c1a924e1d9fa4a5ac96459cbacf090b0374e))
* **deps:** remove unused `eslint-plugin-n` ([dd364c8](https://github.com/voxpelli/eslint-config/commit/dd364c8007fd7be92d222b4ed1b68db82dbf712e))
* **deps:** update neostandard ([844ad13](https://github.com/voxpelli/eslint-config/commit/844ad1318386eed1066c32b90b586da16b60049c))
* revert avoid potential clash with neostandard `n/` ([a07f6cb](https://github.com/voxpelli/eslint-config/commit/a07f6cbce54f0416ae4113c7dca2a918da036c93))
* update neostandard and use its node plugin ([59e4604](https://github.com/voxpelli/eslint-config/commit/59e4604153f17661f2201932701b825174624ad1))

## [20.0.0-beta.4](https://github.com/voxpelli/eslint-config/compare/v20.0.0-beta.3...v20.0.0-beta.4) (2024-06-29)


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-beta.4",
"version": "20.0.0-beta.5",
"license": "MIT",
"description": "My personal ESLint config. Based on neostandard",
"author": "Pelle Wessman <[email protected]> (https://kodfabrik.se/)",
Expand Down

0 comments on commit 172d5a8

Please sign in to comment.