diff --git a/packages/uiweb/CHANGELOG.md b/packages/uiweb/CHANGELOG.md index 5f50564da..7012b2cc6 100644 --- a/packages/uiweb/CHANGELOG.md +++ b/packages/uiweb/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.1.17](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.16...uiweb-1.1.17) (2023-11-15) + + +### Bug Fixes + +* shift testnet env to sepolia ([#473](https://github.com/ethereum-push-notification-service/push-sdk/issues/473)) ([12f1392](https://github.com/ethereum-push-notification-service/push-sdk/commit/12f1392a4f4e800f720a0c2c34822bf502f15dac)) + + + ## [1.1.16](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.15...uiweb-1.1.16) (2023-11-09) diff --git a/packages/uiweb/package.json b/packages/uiweb/package.json index f80cf489b..4009e9050 100644 --- a/packages/uiweb/package.json +++ b/packages/uiweb/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/uiweb", - "version": "1.1.16", + "version": "1.1.17", "publishConfig": { "registry": "https://registry.npmjs.org/" },