Skip to content

Commit e8bbc15

Browse files
chore(main): release 1.2.0
1 parent c4d67be commit e8bbc15

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/DexKit/trading-bot/compare/v1.1.0...v1.2.0) (2025-05-15)
4+
5+
6+
### Features
7+
8+
* add logic to handle price ([c4d67be](https://github.com/DexKit/trading-bot/commit/c4d67be79e7e0ff6156b0f11ec254cc64b7a9d31))
9+
10+
11+
### Bug Fixes
12+
13+
* set allowance to allowance holder ([edea72b](https://github.com/DexKit/trading-bot/commit/edea72b46d5ff100289e902f8ef0f34f383eaa99))
14+
315
## [1.1.0](https://github.com/DexKit/trading-bot/compare/v1.0.0...v1.1.0) (2025-05-15)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trading-bot",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Trading bot for decentralized exchanges",
55
"main": "index.ts",
66
"repository": "https://github.com/DexKit/trading-bot.git",

0 commit comments

Comments
 (0)