Skip to content

Commit

Permalink
chore: release 1.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Slivinski committed Feb 26, 2023
1 parent 996fa51 commit c41ed85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.0.0-alpha.19] - 2023-02-26

### Changed

- Updated `eslint` to 8.35.0
Expand Down Expand Up @@ -398,7 +400,8 @@
- Basic ruleset using the ESLint rules
- Rules for module import/export

[unreleased]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.18...HEAD
[unreleased]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.19...HEAD
[1.0.0-alpha.19]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.18...1.0.0-alpha.19
[1.0.0-alpha.18]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.17...1.0.0-alpha.18
[1.0.0-alpha.17]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.16...1.0.0-alpha.17
[1.0.0-alpha.16]: https://github.com/arslivinski/eslint-config/compare/1.0.0-alpha.15...1.0.0-alpha.16
Expand Down
7 changes: 5 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": "@arslivinski/eslint-config",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.19",
"description": "Personal set of ESLint configurations",
"license": "ISC",
"main": "base.js",
Expand Down

0 comments on commit c41ed85

Please sign in to comment.