Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
1 parent ae02ce9 commit 83b715b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "0.10.0",
"packages/types": "0.8.0",
"packages/adapter": "0.7.0"
"packages/adapter": "0.7.1"
}
7 changes: 7 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.7.0...metamask-polkadot-adapter-v0.7.1) (2024-07-01)


### Bug Fixes

* incorrect account type ([#237](https://github.com/ChainSafe/metamask-snap-polkadot/issues/237)) ([ae02ce9](https://github.com/ChainSafe/metamask-snap-polkadot/commit/ae02ce9cee970e26ef4c6f5b9e48de50e7766419))

## [0.7.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.6.0...metamask-polkadot-adapter-v0.7.0) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/metamask-polkadot-adapter",
"version": "0.7.0",
"version": "0.7.1",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 83b715b

Please sign in to comment.