diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8226658..5124b20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.1.0-alpha.1", - "dapp": "0.1.0-alpha.0" + "dapp": "0.1.0-alpha.1" } \ No newline at end of file diff --git a/dapp/CHANGELOG.md b/dapp/CHANGELOG.md index acb0a1a..9df4021 100644 --- a/dapp/CHANGELOG.md +++ b/dapp/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.0-alpha.1](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v0.1.0-alpha.0...dapp-v0.1.0-alpha.1) (2025-07-28) + +### Changed + +- add .js extensions to ES module imports ([#56](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/56)) ([0a63891](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/0a638918b08e7c2f9f62bf155609f267d39e3ba5)) +- rollback debug logging changes from develop branch ([404ce33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/404ce33e7d0705c274155813951284cd1830a3d2)) + ## [0.0.2-alpha] - 2025-03-10 ### Changed diff --git a/dapp/package-lock.json b/dapp/package-lock.json index 9a85db7..2b08c25 100644 --- a/dapp/package-lock.json +++ b/dapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "dapp", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dapp", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "license": "ISC", "dependencies": { "@iexec/dataprotector-deserializer": "^0.1.1", diff --git a/dapp/package.json b/dapp/package.json index eb1b47b..41e70bf 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -1,6 +1,6 @@ { "name": "dapp", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "main": "index.js", "type": "module", "engines": {