Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0]

### Added

- chore(lint): add linting for Conventional Commits ([#30](https://github.com/MetaMask/action-security-code-scanner/pull/30))

### Changed

- Make slack_webhook an optional input ([#34](https://github.com/MetaMask/action-security-code-scanner/pull/34))

## [1.0.0]

### Added

- 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/v1.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/action-security-code-scanner/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/MetaMask/action-security-code-scanner/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MetaMask/action-security-code-scanner/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/action-security-code-scanner",
"version": "1.0.0",
"version": "1.1.0",
"description": "Security code scanner for MetaMask",
"keywords": [],
"repository": {
Expand Down
Loading