Skip to content

Commit

Permalink
docs: Add changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 5, 2024
1 parent b57f042 commit 0a15f0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"sonarlint.connectedMode.project": {
"connectionId": "javierbrea",
"projectKey": "javierbrea_eslint-plugin-boundaries"
},
"eslint.useFlatConfig": true,
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Removed
### BREAKING CHANGES

## [5.0.0] - 2024-11-05

### Changed

- feat: Modify dependencies, tests and docs to support eslint v9

## [5.0.0-beta.1] - 2024-07-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ export default [...compat.extends("prettier"), {
ignoreRestSiblings: false,
}],
},
}];
}];
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=javierbrea_eslint-plugin-boundaries
sonar.projectVersion=5.0.0-beta.1
sonar.projectVersion=5.0.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 0a15f0b

Please sign in to comment.