Skip to content

Commit

Permalink
chore: release master (#249)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent d232283 commit 8cea959
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.11.1",
"packages/snap": "0.11.2",
"packages/types": "0.9.1",
"packages/adapter": "0.8.1"
}
7 changes: 7 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.2](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.11.1...polkadot-snap-v0.11.2) (2024-08-27)


### Bug Fixes

* 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))

## [0.11.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.11.0...polkadot-snap-v0.11.1) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/polkadot-snap",
"version": "0.11.1",
"version": "0.11.2",
"description": "MetaMask snap for interacting with Polkadot dApps",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.1",
"version": "0.11.2",
"description": "The Polkadot snap.",
"proposedName": "Polkadot Wallet",
"repository": {
Expand Down

0 comments on commit 8cea959

Please sign in to comment.