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

Commit 8cea959

Browse files
chore: release master (#249)
🤖 I have created a release *beep* *boop* --- <details><summary>polkadot-snap: 0.11.2</summary> ## [0.11.2](polkadot-snap-v0.11.1...polkadot-snap-v0.11.2) (2024-08-27) ### Bug Fixes * add nullable type for transaction ([#248](#248)) ([d232283](d232283)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d232283 commit 8cea959

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/snap": "0.11.1",
2+
"packages/snap": "0.11.2",
33
"packages/types": "0.9.1",
44
"packages/adapter": "0.8.1"
55
}

packages/snap/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.11.1...polkadot-snap-v0.11.2) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add nullable type for transaction ([#248](https://github.com/ChainSafe/metamask-snap-polkadot/issues/248)) ([d232283](https://github.com/ChainSafe/metamask-snap-polkadot/commit/d2322838cb2383edf25e2edaad6aebf71c3539a0))
9+
310
## [0.11.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.11.0...polkadot-snap-v0.11.1) (2024-08-27)
411

512

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/polkadot-snap",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "MetaMask snap for interacting with Polkadot dApps",
55
"main": "build/index.js",
66
"scripts": {

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.1",
2+
"version": "0.11.2",
33
"description": "The Polkadot snap.",
44
"proposedName": "Polkadot Wallet",
55
"repository": {

0 commit comments

Comments
 (0)