Skip to content

Commit

Permalink
Prepare next development iteration (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource committed Oct 10, 2022
1 parent 9a7e539 commit 2b9a238
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-sonarjs",
"version": "0.16.0",
"version": "0.17.0",
"description": "SonarJS rules for ESLint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-sonarjs": "0.14.0",
"eslint-plugin-sonarjs": "0.16.0",
"jest": "28.1.3",
"jest-sonar-reporter": "2.0.0",
"lint-staged": "13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=eslint-plugin-sonarjs
sonar.projectName=eslint-plugin-sonarjs
sonar.projectDescription=SonarJS rules for ESLint

sonar.projectVersion=0.16.0
sonar.projectVersion=0.17.0

sonar.links.homepage=https://github.com/SonarSource/eslint-plugin-sonarjs
sonar.links.ci=https://travis-ci.org/SonarSource/eslint-plugin-sonarjs
Expand Down

0 comments on commit 2b9a238

Please sign in to comment.