Skip to content

Commit

Permalink
Update changelog for 3.0.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored Jun 8, 2021
1 parent 9a75600 commit b3a8878
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,9 +5,14 @@ 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]
### [3.0.1] - 2021-06-08
### Fixed
- Provides missing util.js when used as dependency ([#54](https://github.com/MetaMask/logo/pull/54))

## [3.0.0] - 2021-06-08
### Security
- Bump glob-parent from 5.1.1 to 5.1.2 to fix security vulnerability ([#53](https://github.com/MetaMask/logo/pull/53))

## [3.0.0] - 2021-06-08 [DEPRECATED]
### Changed
- **BREAKING**: Update minimum Node version to 12 ([#46](https://github.com/MetaMask/logo/pull/46))
- Provide beta fox assets, demo, and meshJson option ([#50](https://github.com/MetaMask/logo/pull/50))
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.0.0",
"version": "3.0.1",
"description": "A browserifyable 3d metamask logo. [Live demo](http://metamask.github.io/logo/).",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit b3a8878

Please sign in to comment.