diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4cc14b0..9d02df218 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.28](https://github.com/Uniswap/smart-order-router/compare/v2.5.27...v2.5.28) (2022-05-14) + ### [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) diff --git a/package-lock.json b/package-lock.json index 6a48c8b5b..ac015f13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.27", + "version": "2.5.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uniswap/smart-order-router", - "version": "2.5.24", + "version": "2.5.27", "license": "GPL", "dependencies": { "@types/async-retry": "^1.4.2", diff --git a/package.json b/package.json index d92e218f1..153b4c9f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.27", + "version": "2.5.28", "description": "Uniswap Smart Order Router", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",