Skip to content

Commit 7f609bb

Browse files
chore(master): release 2.2.0 (auto-release)
1 parent 4e6281f commit 7f609bb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v2.1.2...v2.2.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* add bytecode deployment scripts ([#68](https://github.com/circlefin/buidl-wallet-contracts/issues/68)) ([a0fdf60](https://github.com/circlefin/buidl-wallet-contracts/commit/a0fdf60496d8ad877198e647ed3b844c4fd5e2fa))
9+
* sync the latest development ([#72](https://github.com/circlefin/buidl-wallet-contracts/issues/72)) ([4e6281f](https://github.com/circlefin/buidl-wallet-contracts/commit/4e6281f1f7568e5e157920192f6a685d23d9cdfc))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* add missing copyright header ([#70](https://github.com/circlefin/buidl-wallet-contracts/issues/70)) ([431adb9](https://github.com/circlefin/buidl-wallet-contracts/commit/431adb93005001e4a4646f2b4b2afcd83541a0e6))
15+
16+
17+
### Continuous Integration
18+
19+
* add code coverage checking script ([#58](https://github.com/circlefin/buidl-wallet-contracts/issues/58)) ([517b89a](https://github.com/circlefin/buidl-wallet-contracts/commit/517b89a6191d00b8722de5c4b80ce14443290a11))
20+
321
## [2.1.2](https://github.com/circlefin/buidl-wallet-contracts/compare/v2.1.1...v2.1.2) (2025-01-29)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buidl-wallet-contracts",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "buidl-wallet-contracts",
55
"scripts": {
66
"clean": "rm -rf cache artifacts typechain-types",

0 commit comments

Comments
 (0)