Skip to content

Commit

Permalink
chore(main): release 20.0.0-alpha3 (#307)
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 Jun 7, 2024
1 parent 0d3f1e2 commit 02c8c50
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-alpha2"}
{".":"20.0.0-alpha3"}
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.0-alpha3](https://github.com/voxpelli/eslint-config/compare/v20.0.0-alpha2...v20.0.0-alpha3) (2024-06-07)


### 🌟 Features

* update neostandard to `0.6.0` + other deps ([433c277](https://github.com/voxpelli/eslint-config/commit/433c27708876967452f861303b160b29ffc92239))


### 🩹 Fixes

* improved mocha config ([c5a4840](https://github.com/voxpelli/eslint-config/commit/c5a4840523c192c019ce6616cea7fb2449581deb))
* remove redundant `globals` dependency ([62fba11](https://github.com/voxpelli/eslint-config/commit/62fba11a286d5d8cf0237803ab8f1a7756d336c5))
* restore `no-unused-vars` to pre-neostandard ([3c6e165](https://github.com/voxpelli/eslint-config/commit/3c6e1653718d1ca5b814978228b7cb0c4940e651))
* update to latest neostandard ([f32a047](https://github.com/voxpelli/eslint-config/commit/f32a04783322f713c64304fc8f5a5d2715fc35d3))


### 📚 Documentation

* update README ([7c1535d](https://github.com/voxpelli/eslint-config/commit/7c1535d32d8e99668000615b967264314de2ad47))

## [20.0.0-alpha2](https://github.com/voxpelli/eslint-config/compare/v20.0.0-alpha1...v20.0.0-alpha2) (2024-05-27)


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

0 comments on commit 02c8c50

Please sign in to comment.