diff --git a/CHANGELOG.md b/CHANGELOG.md index 23678f0..96a07e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.0.4] - -### Changed - -- Updated language detector to remove Javascript as fallback default language - ## [2.0.3] ### Added @@ -56,8 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of this action ([#29](https://github.com/MetaMask/action-security-code-scanner/pull/29)) -[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.4...HEAD -[2.0.4]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.3...v2.0.4 +[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.3...HEAD [2.0.3]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.1...v2.0.3 [2.0.1]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/metamask/action-security-code-scanner/compare/v1.1.0...v2.0.0 diff --git a/package.json b/package.json index 70031df..f6ad99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/action-security-code-scanner", - "version": "2.0.4", + "version": "2.0.3", "private": true, "description": "Security Code Scanner", "repository": { diff --git a/packages/language-detector/CHANGELOG.md b/packages/language-detector/CHANGELOG.md index 26b6e18..f101d91 100644 --- a/packages/language-detector/CHANGELOG.md +++ b/packages/language-detector/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.0.4] - ### Changed - Updated language detector to remove Javascript as fallback default language @@ -42,8 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for autodetecting languages using Github API -[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.4...HEAD -[2.0.4]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...v2.0.4 +[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...HEAD [2.0.3]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1 diff --git a/packages/language-detector/package.json b/packages/language-detector/package.json index 3c96fb5..07111c0 100644 --- a/packages/language-detector/package.json +++ b/packages/language-detector/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/language-detector", - "version": "2.0.4", + "version": "2.0.3", "description": "Language detection and matrix generation for code scanning", "type": "module", "main": "src/index.js",