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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0]
### Added
- Add `mask` support ([#76](https://github.com/MetaMask/logo/pull/76))
- Add gradient support ([#71](https://github.com/MetaMask/logo/pull/71))
- Add `@lavamoat/allow-scripts` ([#58](https://github.com/MetaMask/logo/pull/58))

## [3.0.1] - 2021-06-08
### Fixed
- Provides missing util.js when used as dependency ([#54](https://github.com/MetaMask/logo/pull/54))
Expand All @@ -28,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed unnecessary files from published package
- Node and browser consumers should be unaffected

[Unreleased]: https://github.com/MetaMask/logo/compare/v3.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/logo/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/MetaMask/logo/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/MetaMask/logo/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/MetaMask/logo/compare/v2.5.0...v3.0.0
[2.5.0]: https://github.com/MetaMask/logo/releases/tag/v2.5.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/logo",
"version": "3.0.1",
"version": "3.1.0",
"description": "A browserifyable 3d metamask logo. [Live demo](http://metamask.github.io/logo/).",
"homepage": "https://github.com/MetaMask/logo#readme",
"bugs": {
Expand Down