File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.0]
11
+
12
+ ### Added
13
+
14
+ - chore(lint): add linting for Conventional Commits ([ #30 ] ( https://github.com/MetaMask/action-security-code-scanner/pull/30 ) )
15
+
16
+ ### Changed
17
+
18
+ - Make slack_webhook an optional input ([ #34 ] ( https://github.com/MetaMask/action-security-code-scanner/pull/34 ) )
19
+
10
20
## [ 1.0.0]
11
21
12
22
### Added
13
23
14
24
- Initial release of this action ([ #29 ] ( https://github.com/MetaMask/action-security-code-scanner/pull/29 ) )
15
25
16
- [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v1.0.0...HEAD
26
+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v1.1.0...HEAD
27
+ [ 1.1.0 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v1.0.0...v1.1.0
17
28
[ 1.0.0 ] : https://github.com/MetaMask/action-security-code-scanner/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/action-security-code-scanner" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Security code scanner for MetaMask" ,
5
5
"keywords" : [],
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments