File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
packages/language-detector Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/action-security-code-scanner" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "private" : true ,
55 "description" : " Security Code Scanner" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.4]
11+
12+ ### Uncategorized
13+
14+ - Revert "2.0.4"
15+ - Update CHANGELOG for version 2.0.4
16+ - 2.0.4
17+ - chore: remove js as fallback default ([ #67 ] ( https://github.com/MetaMask/action-security-code-scanner/pull/67 ) )
18+
1019### Changed
1120
1221- Updated language detector to remove Javascript as fallback default language
@@ -40,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4049
4150- Added support for autodetecting languages using Github API
4251
43- [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...HEAD
52+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.4...HEAD
53+ [ 2.0.4 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...v2.0.4
4454[ 2.0.3 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...v2.0.3
4555[ 2.0.2 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2
4656[ 2.0.1 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/language-detector" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "description" : " Language detection and matrix generation for code scanning" ,
55 "type" : " module" ,
66 "main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments