Skip to content

Commit

Permalink
chore(main): release 20.0.0-alpha7 (#317)
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] committed Jun 14, 2024
1 parent 09b7052 commit f68b9e4
Show file tree
Hide file tree
Showing 4 changed files with 13 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-alpha6"}
{".":"20.0.0-alpha7"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [20.0.0-alpha7](https://github.com/voxpelli/eslint-config/compare/v20.0.0-alpha6...v20.0.0-alpha7) (2024-06-14)


### 🩹 Fixes

* ensure ignores are global ignores ([e0d2065](https://github.com/voxpelli/eslint-config/commit/e0d2065f1855b5f995140f4a0fe81294b59ba1eb))
* neostandard modifications ([527dee6](https://github.com/voxpelli/eslint-config/commit/527dee6dae404d96ac0ad4ba6c5b3b295b8ae39f))
* temp remove node recommended from cjs / mjs ([09b7052](https://github.com/voxpelli/eslint-config/commit/09b70527341bd46c768e591b95fe8c7125c9697d))

## [20.0.0-alpha6](https://github.com/voxpelli/eslint-config/compare/v20.0.0-alpha5...v20.0.0-alpha6) (2024-06-14)


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

0 comments on commit f68b9e4

Please sign in to comment.