Skip to content

Commit 234d72b

Browse files
github-actions[bot]github-actionsNicholasEllul
authored
1.1.0 (#35)
* 1.1.0 * Update Changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Nicholas Ellul <15018469+NicholasEllul@users.noreply.github.com>
1 parent bb36c16 commit 234d72b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1020
## [1.0.0]
1121

1222
### Added
1323

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

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
1728
[1.0.0]: https://github.com/MetaMask/action-security-code-scanner/releases/tag/v1.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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Security code scanner for MetaMask",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)