diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index 6ea5b6caaa..007e7f1d01 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.39](https://github.com/synapsecns/sanguine/compare/@synapsecns/widget@0.0.38...@synapsecns/widget@0.0.39) (2024-02-06) + +**Note:** Version bump only for package @synapsecns/widget + + + + + ## [0.0.38](https://github.com/synapsecns/sanguine/compare/@synapsecns/widget@0.0.37...@synapsecns/widget@0.0.38) (2024-02-06) **Note:** Version bump only for package @synapsecns/widget diff --git a/packages/widget/package.json b/packages/widget/package.json index e1f7ae0a53..81ae714ce5 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,7 +1,7 @@ { "name": "@synapsecns/widget", "description": "Widget library for interacting with the Synapse Protocol", - "version": "0.0.38", + "version": "0.0.39", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",