Skip to content

Commit f9c3154

Browse files
github-actions[bot]github-actionsGudahtt
authored
4.0.0 (#127)
* 4.0.0 * Update changelog * Fix formatting errors --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 6d70495 commit f9c3154

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.0.0]
810
### Added
911
- Add options for controlling render perspective ([#122](https://github.com/MetaMask/logo/pull/122))
1012
- The options are `verticalFieldOfView`, `near`, and `far`.
1113
- These options were added to `createLogo`, `createModelRenderer`, and `createMatrixComputer`.
1214

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

1620
## [3.1.2]
1721
### Added
@@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4953
- Removed unnecessary files from published package
5054
- Node and browser consumers should be unaffected
5155

52-
[Unreleased]: https://github.com/MetaMask/logo/compare/v3.1.2...HEAD
56+
[Unreleased]: https://github.com/MetaMask/logo/compare/v4.0.0...HEAD
57+
[4.0.0]: https://github.com/MetaMask/logo/compare/v3.1.2...v4.0.0
5358
[3.1.2]: https://github.com/MetaMask/logo/compare/v3.1.1...v3.1.2
5459
[3.1.1]: https://github.com/MetaMask/logo/compare/v3.1.0...v3.1.1
5560
[3.1.0]: https://github.com/MetaMask/logo/compare/v3.0.1...v3.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/logo",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "A browserifyable 3d metamask logo. [Live demo](http://metamask.github.io/logo/).",
55
"homepage": "https://github.com/MetaMask/logo#readme",
66
"bugs": {

0 commit comments

Comments
 (0)