Skip to content

Commit

Permalink
0.0.9 (#67)
Browse files Browse the repository at this point in the history
* 0.0.9

* Update CHANGELOG.md

* Update packages/controllers/CHANGELOG.md

* Update packages/controllers/CHANGELOG.md

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Shane <jonas.shane@gmail.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
  • Loading branch information
4 people committed Aug 31, 2021
1 parent 55f21c7 commit 06d5af0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"version": "0.0.8",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-skunkworks.git"
Expand Down
12 changes: 11 additions & 1 deletion packages/controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9]
### Added
- `PluginController`: Always persist plugin `isRunning` state as `false` ([#64](https://github.com/MetaMask/snaps-skunkworks/pull/64))
- Plugins are not automatically running on boot, and we should never persist this state as `true`.

### Changed
- **(BREAKING)** `@metamask/controllers@15.0.0` ([#66](https://github.com/MetaMask/snaps-skunkworks/pull/66))
- This may cause incompatibilities with other versions of the `@metamask/controllers` package.

## [0.0.7]
### Fixed
- Store plugin states in the correct place ([#48](https://github.com/MetaMask/snaps-skunkworks/pull/48))
Expand All @@ -30,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- First semi-stable release.

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...HEAD
[0.0.9]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...v0.0.9
[0.0.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5
2 changes: 1 addition & 1 deletion packages/controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mm-snap/controllers",
"version": "0.0.7",
"version": "0.0.9",
"description": "Controllers for MetaMask Snaps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 06d5af0

Please sign in to comment.