diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fbcfe40..6a9227395 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.9.3](https://github.com/Uniswap/smart-order-router/compare/v2.9.2...v2.9.3) (2022-08-17) + ### [2.9.2](https://github.com/Uniswap/smart-order-router/compare/v2.9.1...v2.9.2) (2022-08-10) ### [2.9.1](https://github.com/Uniswap/smart-order-router/compare/v2.8.2...v2.9.1) (2022-08-10) diff --git a/package-lock.json b/package-lock.json index 571933c38..2f7ac2016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uniswap/smart-order-router", - "version": "2.9.2", + "version": "2.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uniswap/smart-order-router", - "version": "2.9.2", + "version": "2.9.3", "license": "GPL", "dependencies": { "@uniswap/default-token-list": "^2.0.0", diff --git a/package.json b/package.json index 739b840ff..a8bb4cc36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/smart-order-router", - "version": "2.9.2", + "version": "2.9.3", "description": "Uniswap Smart Order Router", "main": "build/main/index.js", "typings": "build/main/index.d.ts",