Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1.0 #79

Merged
merged 2 commits into from
Oct 26, 2021
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