diff --git a/CHANGELOG.md b/CHANGELOG.md index a585b8ef8..021f85a81 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.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) ### [2.5.11](https://github.com/Uniswap/smart-order-router/compare/v2.5.9...v2.5.11) (2022-01-11) diff --git a/package-lock.json b/package-lock.json index bed141f6c..1272a1640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.12", + "version": "2.5.13", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3a27f6b24..fd967692b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.12", + "version": "2.5.13", "description": "Uniswap Smart Order Router", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",