diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8fb258d..2e4cc14b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.5.27](https://github.com/Uniswap/smart-order-router/compare/v2.5.26...v2.5.27) (2022-05-13) + ### [2.5.26](https://github.com/Uniswap/smart-order-router/compare/v2.5.25...v2.5.26) (2022-03-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b0e207e15..6a48c8b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.26", + "version": "2.5.27", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 92eb6d137..d92e218f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.26", + "version": "2.5.27", "description": "Uniswap Smart Order Router", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",