diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cd00b..50e6997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,23 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2023-10-30 + ### Added -- [#14](https://github.com/green-code-initiative/ecoCode-javascript/pull/14) Create SonarQube plugin -- [#21](https://github.com/green-code-initiative/ecoCode-javascript/pull/21) Add rule `@ecocode/avoid-css-animations` (EC29) -- [#18](https://github.com/green-code-initiative/ecoCode-javascript/pull/18) Add rule `@ecocode/limit-db-query-results` (EC24) -- [#19](https://github.com/green-code-initiative/ecoCode-javascript/pull/19) Add rule `@ecocode/no-empty-image-src-attribute` (EC25) -- [#20](https://github.com/green-code-initiative/ecoCode-javascript/pull/20) Add rule `@ecocode/prefer-shorthand-css-notations` (EC26) -- [#22](https://github.com/green-code-initiative/ecoCode-javascript/pull/22) Add rule `@ecocode/provide-print-css` (EC30) -- [#25](https://github.com/green-code-initiative/ecoCode-javascript/pull/25) Add license headers -- [ecoCode#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud +- [#14](https://github.com/green-code-initiative/ecoCode-javascript/pull/14) Create SonarQube plugin +- [#21](https://github.com/green-code-initiative/ecoCode-javascript/pull/21) Add rule `@ecocode/avoid-css-animations` (EC29) +- [#18](https://github.com/green-code-initiative/ecoCode-javascript/pull/18) Add rule `@ecocode/limit-db-query-results` (EC24) +- [#19](https://github.com/green-code-initiative/ecoCode-javascript/pull/19) Add rule `@ecocode/no-empty-image-src-attribute` (EC25) +- [#20](https://github.com/green-code-initiative/ecoCode-javascript/pull/20) Add rule `@ecocode/prefer-shorthand-css-notations` (EC26) +- [#22](https://github.com/green-code-initiative/ecoCode-javascript/pull/22) Add rule `@ecocode/provide-print-css` (EC30) +- [#25](https://github.com/green-code-initiative/ecoCode-javascript/pull/25) Add license headers +- [ecoCode#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud ### Changed -- [#12](https://github.com/green-code-initiative/ecoCode-javascript/issues/12) Pack ESLint plugin into SonarQube plugin -- [#16](https://github.com/green-code-initiative/ecoCode-javascript/pull/16) Use centralized rules specifications -- Update release process through GitHub Actions -- Backport all existing rules into SonarQube plugin +- [#12](https://github.com/green-code-initiative/ecoCode-javascript/issues/12) Pack ESLint plugin into SonarQube plugin +- [#16](https://github.com/green-code-initiative/ecoCode-javascript/pull/16) Use centralized rules specifications +- Update release process through GitHub Actions +- Backport all existing rules into SonarQube plugin ## [0.2.0] - 2023-05-29 @@ -46,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Setup basic coding style tools - Write complete contributing guide -[Unreleased]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.2.0...HEAD +[Unreleased]: https://github.com/green-code-initiative/ecoCode-javascript/compare/1.4.0...HEAD + +[1.4.0]: https://github.com/green-code-initiative/ecoCode-javascript/compare/eslint-plugin/0.2.0...1.4.0 [0.2.0]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...eslint-plugin/0.2.0 diff --git a/docker-compose.yml b/docker-compose.yml index 8395aa6..b997242 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,8 +16,8 @@ services: SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true' volumes: - type: bind - source: ./sonar-plugin/target/ecocode-javascript-plugin-1.3.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.3.1-SNAPSHOT.jar + source: ./sonar-plugin/target/ecocode-javascript-plugin-1.4.0.jar + target: /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.4.0.jar - "extensions:/opt/sonarqube/extensions" - "logs:/opt/sonarqube/logs" - "data:/opt/sonarqube/data" diff --git a/eslint-plugin/package.json b/eslint-plugin/package.json index 2079888..f272587 100644 --- a/eslint-plugin/package.json +++ b/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ecocode/eslint-plugin", - "version": "1.3.0", + "version": "1.4.0", "description": "JavaScript linter of ecoCode project", "keywords": [ "eslint", diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml index f03c8bb..5f623cc 100644 --- a/sonar-plugin/pom.xml +++ b/sonar-plugin/pom.xml @@ -5,7 +5,7 @@ io.ecocode ecocode-javascript-plugin - 1.3.1-SNAPSHOT + 1.4.0 sonar-plugin