From 555c4ff42cd447be3351b811f61e256a972eb169 Mon Sep 17 00:00:00 2001 From: Lucho Bonatti Date: Mon, 29 Sep 2025 10:15:07 -0300 Subject: [PATCH 1/2] Update README.md Add deep wiki badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c409f7f..533b282 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/ci.yml) [![Release](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/release.yml/badge.svg)](https://github.com/BootNodeDev/uni-dev-kit/actions/workflows/release.yml) [![Docs](https://img.shields.io/badge/docs-typedoc-blue)](https://bootnodedev.github.io/uni-dev-kit) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/BootNodeDev/uni-dev-kit) > Modern TypeScript SDK for integrating Uniswap V4 into your dapp. > **Early version:** API may change rapidly. @@ -265,4 +266,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. - Releases are automated with [semantic-release](https://semantic-release.gitbook.io/semantic-release/). ## License -MIT \ No newline at end of file +MIT From 9992417ea003a10202f5a03d6ae381870192dafd Mon Sep 17 00:00:00 2001 From: luchobonatti Date: Mon, 29 Sep 2025 10:24:30 -0300 Subject: [PATCH 2/2] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f901e..7e3ed24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniswap-dev-kit", - "version": "1.0.14", + "version": "1.0.15", "description": "A modern TypeScript library for integrating Uniswap into your dapp.", "main": "dist/index.js", "types": "dist/index.d.ts",