Skip to content

Commit 472cb22

Browse files
authored
Revert "2.0.4"
1 parent b3e8426 commit 472cb22

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.0.4]
11-
12-
### Changed
13-
14-
- Updated language detector to remove Javascript as fallback default language
15-
1610
## [2.0.3]
1711

1812
### Added
@@ -56,8 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5650

5751
- Initial release of this action ([#29](https://github.com/MetaMask/action-security-code-scanner/pull/29))
5852

59-
[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.4...HEAD
60-
[2.0.4]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.3...v2.0.4
53+
[Unreleased]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.3...HEAD
6154
[2.0.3]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.1...v2.0.3
6255
[2.0.1]: https://github.com/metamask/action-security-code-scanner/compare/v2.0.0...v2.0.1
6356
[2.0.0]: https://github.com/metamask/action-security-code-scanner/compare/v1.1.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/action-security-code-scanner",
3-
"version": "2.0.4",
3+
"version": "2.0.3",
44
"private": true,
55
"description": "Security Code Scanner",
66
"repository": {

packages/language-detector/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.0.4]
11-
1210
### Changed
1311

1412
- 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
4240

4341
- Added support for autodetecting languages using Github API
4442

45-
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.4...HEAD
46-
[2.0.4]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...v2.0.4
43+
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...HEAD
4744
[2.0.3]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...v2.0.3
4845
[2.0.2]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2
4946
[2.0.1]: https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1

packages/language-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/language-detector",
3-
"version": "2.0.4",
3+
"version": "2.0.3",
44
"description": "Language detection and matrix generation for code scanning",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)