Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Oct 15, 2024
1 parent 9bbe409 commit 9a1162e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/DappyKit/sdk/compare/v2.8.0...v3.0.0) (2024-10-15)


### ⚠ BREAKING CHANGES

* passing a signer is not required ([#44](https://github.com/DappyKit/sdk/issues/44))

### Features

* check application exists ([#41](https://github.com/DappyKit/sdk/issues/41)) ([72d8e71](https://github.com/DappyKit/sdk/commit/72d8e71fbbb517d7ad6228fcbfb3e30127ae33fa))
* passing a signer is not required ([#44](https://github.com/DappyKit/sdk/issues/44)) ([9bbe409](https://github.com/DappyKit/sdk/commit/9bbe409125eb166a442ebcbaf5036e87006b8b8f))

## [2.8.0](https://github.com/DappyKit/sdk/compare/v2.7.0...v2.8.0) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dappykit/sdk",
"version": "2.8.0",
"version": "3.0.0",
"description": "Web3 SDK for DApps",
"main": "dist/index.min.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 9a1162e

Please sign in to comment.