diff --git a/CHANGELOG.md b/CHANGELOG.md index 021f85a81..6f0fef6d2 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.14](https://github.com/Uniswap/smart-order-router/compare/v2.5.13...v2.5.14) (2022-02-01) + ### [2.5.13](https://github.com/Uniswap/smart-order-router/compare/v2.5.12...v2.5.13) (2022-01-22) ### [2.5.12](https://github.com/Uniswap/smart-order-router/compare/v2.5.9...v2.5.12) (2022-01-13) diff --git a/package-lock.json b/package-lock.json index 58d5593bf..b4ecc411a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.13", + "version": "2.5.14", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1942faf12..ac4c6b037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.13", + "version": "2.5.14", "description": "Uniswap Smart Order Router", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",