Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Oct 16, 2024
1 parent e29e0df commit b0bb525
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
rebuild
# Changelog

## [v2.0.0](https://github.com/uphold/eslint-plugin-sort-imports-requires/releases/tag/v2.0.0) (2024-10-16)
- Upgrade to eslint v9 [\#15](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/15) ([satazor](https://github.com/satazor))
- Add missing `repository` to package.json [\#9](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/9) ([satazor](https://github.com/satazor))
- Fix wrong job name in CI workflow [\#6](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/6) ([satazor](https://github.com/satazor))
- Bump minimist from 1.2.5 to 1.2.6 [\#8](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/8) ([dependabot](https://github.com/apps/dependabot))
- Bump moment from 2.29.1 to 2.29.4 [\#7](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/7) ([dependabot](https://github.com/apps/dependabot))
- Fix heading level for license in README [\#5](https://github.com/uphold/eslint-plugin-sort-imports-requires/pull/5) ([satazor](https://github.com/satazor))
# Changelog

## [1.0.2](https://github.com/uphold/eslint-plugin-sort-imports-requires/releases/tag/v1.0.2) (2022-02-25)
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": "eslint-plugin-sort-imports-requires",
"version": "1.0.2",
"version": "2.0.0",
"description": "An ESLint plugin to sort both import and require declarations in a unified manner.",
"keywords": [
"eslint",
Expand Down

0 comments on commit b0bb525

Please sign in to comment.