From 9b0aafe82ab6b4a8e22d581283d32175fcb2944a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Oct 2023 14:57:48 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.2...v1.1.3) (2023-10-19) ### Dependencies * bump @babel/traverse and depcheck ([#31](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/31)) ([a390465](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/a390465cf269a68259d3add85191205ee6547a4b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ba7e4..d867bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.2...v1.1.3) (2023-10-19) + + +### Dependencies + +* bump @babel/traverse and depcheck ([#31](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/31)) ([a390465](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/a390465cf269a68259d3add85191205ee6547a4b)) + ## [1.1.2](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.1...v1.1.2) (2023-10-03) diff --git a/package-lock.json b/package-lock.json index 397af32..f5e117a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^13.0.1", diff --git a/package.json b/package.json index 7f15a75..56f7db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.2", + "version": "1.1.3", "description": "Run an Amino DHT boostrapper with js-libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper#readme",