Skip to content

Commit

Permalink
3.1.2 (#106)
Browse files Browse the repository at this point in the history
* 3.1.2

* Updated changelog

* format issue

* updated changelog

* Update CHANGELOG.md

Co-authored-by: Maarten Zuidhoorn <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Albert Olive <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
4 people authored Oct 4, 2023
1 parent 100a249 commit db21869
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.2]
### Added
- Add `institutional` support ([#98](https://github.com/MetaMask/logo/pull/98))

## [3.1.1]
### Fixed
- Add a ponyfill for `replaceChildren`, so that the call to it does not break on old browsers ([#81](https://github.com/MetaMask/logo/pull/81))
Expand Down Expand Up @@ -38,7 +42,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.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/logo/compare/v3.1.2...HEAD
[3.1.2]: https://github.com/MetaMask/logo/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/MetaMask/logo/compare/v3.1.0...v3.1.1
[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
Expand Down
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.1.1",
"version": "3.1.2",
"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 db21869

Please sign in to comment.