From e8bbc156c176be3aff30ca47ade8b2bc585bd994 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:18:37 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef492b6..3a3493e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/DexKit/trading-bot/compare/v1.1.0...v1.2.0) (2025-05-15) + + +### Features + +* add logic to handle price ([c4d67be](https://github.com/DexKit/trading-bot/commit/c4d67be79e7e0ff6156b0f11ec254cc64b7a9d31)) + + +### Bug Fixes + +* set allowance to allowance holder ([edea72b](https://github.com/DexKit/trading-bot/commit/edea72b46d5ff100289e902f8ef0f34f383eaa99)) + ## [1.1.0](https://github.com/DexKit/trading-bot/compare/v1.0.0...v1.1.0) (2025-05-15) diff --git a/package.json b/package.json index b20f31f..160ca13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trading-bot", - "version": "1.1.0", + "version": "1.2.0", "description": "Trading bot for decentralized exchanges", "main": "index.ts", "repository": "https://github.com/DexKit/trading-bot.git",