From 8b434d92ff8e01245c5dbaa980b4368326beb44d Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Tue, 29 Mar 2022 10:22:37 -0700 Subject: [PATCH] chore(release): 2.5.26 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb75db34d..838f2f977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.26](https://github.com/Uniswap/smart-order-router/compare/v2.5.25...v2.5.26) (2022-03-29) + + +### Bug Fixes + +* split tsconfig to reduce package size ([#85](https://github.com/Uniswap/smart-order-router/issues/85)) ([3ebf637](https://github.com/Uniswap/smart-order-router/commit/3ebf637290a8c3f3e3fef6f2c5f5a488bbc5825c)) + ### [2.5.25](https://github.com/Uniswap/smart-order-router/compare/v2.5.24...v2.5.25) (2022-03-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d08054d3b..b0e207e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.25", + "version": "2.5.26", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4dc0b4f7b..92eb6d137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.25", + "version": "2.5.26", "description": "Uniswap Smart Order Router", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",