diff --git a/.changeset/empty-toes-love.md b/.changeset/empty-toes-love.md deleted file mode 100644 index b33800de70c..00000000000 --- a/.changeset/empty-toes-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': patch ---- - -This update adds a warning for any contract call that is set to ALLOW mode -- if a user is signing a transaction with ALLOW mode set, any post conditions displayed will have no effect. diff --git a/CHANGELOG.md b/CHANGELOG.md index cce24c7b768..7dc5d2a725c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.15.2 + +### Patch Changes + +- [#1625](https://github.com/blockstack/stacks-wallet-web/pull/1625) [`98fcd2548`](https://github.com/blockstack/stacks-wallet-web/commit/98fcd254851ee4846bcbc81fb1958d7e4411c26c) Thanks [@aulneau](https://github.com/aulneau)! - This update adds a warning for any contract call that is set to ALLOW mode -- if a user is signing a transaction with ALLOW mode set, any post conditions displayed will have no effect. + ## 2.15.1 ### Patch Changes diff --git a/package.json b/package.json index 07059511c10..ff4c5a4065e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "typecheck": "tsc --noEmit", "check:deps": "dependency-cruise --config .dependency-cruiser.js \"src/**/*.{ts,tsx}\"" }, - "version": "2.15.1", + "version": "2.15.2", "author": "Blockstack PBC", "dependencies": { "@emotion/core": "11.0.0",