Skip to content

Commit

Permalink
3.1.0 (#79)
Browse files Browse the repository at this point in the history
* 3.1.0

* Update changelog for v3.1.0

The changes to the demo and other development scripts such as
`convert.js` have been omitted because they don't impact users of this
package.

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2021
1 parent bb2caa7 commit 5d918e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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

0 comments on commit 5d918e6

Please sign in to comment.