Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d98f168

Browse files
authored
Prepare next dev iteration (#314)
1 parent 5756e6b commit d98f168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-sonarjs",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "SonarJS rules for ESLint",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.projectDescription=SonarJS rules for ESLint
44

55
# current version in development
66
# should be bigger than the one in package.json
7-
sonar.projectVersion=0.6.0
7+
sonar.projectVersion=0.13.0
88

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

0 commit comments

Comments
 (0)