From c63deae67dcc2113efa0fe6348b2a2ddca3e6265 Mon Sep 17 00:00:00 2001 From: Will Pote Date: Fri, 13 May 2022 22:36:18 -0400 Subject: [PATCH] chore(release): 2.5.30 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65ecc9df..90fb2e4d2 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.30](https://github.com/Uniswap/smart-order-router/compare/v2.5.29...v2.5.30) (2022-05-14) + ### [2.5.29](https://github.com/Uniswap/smart-order-router/compare/v2.5.28...v2.5.29) (2022-05-14) ### [2.5.28](https://github.com/Uniswap/smart-order-router/compare/v2.5.27...v2.5.28) (2022-05-14) diff --git a/package-lock.json b/package-lock.json index 0e6ecbdcb..06b629ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.29", + "version": "2.5.30", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ad6a96445..aa354067d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.5.29", + "version": "2.5.30", "description": "Uniswap Smart Order Router", "main": "build/main/index.js", "typings": "build/main/index.d.ts",