Skip to content

Commit

Permalink
4.0.0 (#127)
Browse files Browse the repository at this point in the history
* 4.0.0

* Update changelog

* Fix formatting errors

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent 6d70495 commit f9c3154
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 @@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.0]
### Added
- Add options for controlling render perspective ([#122](https://github.com/MetaMask/logo/pull/122))
- The options are `verticalFieldOfView`, `near`, and `far`.
- These options were added to `createLogo`, `createModelRenderer`, and `createMatrixComputer`.

### Changed
- **BREAKING:** Bump minimum Node.js version from v12 to v18 ([#108](https://github.com/MetaMask/logo/pull/108))
- Add material labels to default JSON model (`fox.json`) ([#119](https://github.com/MetaMask/logo/pull/119))
- No functional impact, just for ease of debugging

## [3.1.2]
### Added
Expand Down Expand Up @@ -49,7 +53,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/logo/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/logo/compare/v3.1.2...v4.0.0
[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
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.2",
"version": "4.0.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 f9c3154

Please sign in to comment.