From 469082623892e1d801951596902573675a27c8cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Aug 2023 14:25:07 +0000 Subject: [PATCH] chore(release): 12.1.7 [skip ci] ## [12.1.7](https://github.com/multiformats/js-multiaddr/compare/v12.1.6...v12.1.7) (2023-08-16) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#336](https://github.com/multiformats/js-multiaddr/issues/336)) ([9e786a0](https://github.com/multiformats/js-multiaddr/commit/9e786a0beaeac2044b5b80139b6090ddd7d1763d)) * delete templates [skip ci] ([#335](https://github.com/multiformats/js-multiaddr/issues/335)) ([853d432](https://github.com/multiformats/js-multiaddr/commit/853d4328e31f2c1d7c5858203bc752c8d7bbfa9d)) ### Dependencies * switch varint for uint8-varint ([#337](https://github.com/multiformats/js-multiaddr/issues/337)) ([166fd43](https://github.com/multiformats/js-multiaddr/commit/166fd43d80c2f7f5061a36d0381582d5ffd5b158)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8ca33f..aab7b4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [12.1.7](https://github.com/multiformats/js-multiaddr/compare/v12.1.6...v12.1.7) (2023-08-16) + + +### Trivial Changes + +* add or force update .github/workflows/js-test-and-release.yml ([#336](https://github.com/multiformats/js-multiaddr/issues/336)) ([9e786a0](https://github.com/multiformats/js-multiaddr/commit/9e786a0beaeac2044b5b80139b6090ddd7d1763d)) +* delete templates [skip ci] ([#335](https://github.com/multiformats/js-multiaddr/issues/335)) ([853d432](https://github.com/multiformats/js-multiaddr/commit/853d4328e31f2c1d7c5858203bc752c8d7bbfa9d)) + + +### Dependencies + +* switch varint for uint8-varint ([#337](https://github.com/multiformats/js-multiaddr/issues/337)) ([166fd43](https://github.com/multiformats/js-multiaddr/commit/166fd43d80c2f7f5061a36d0381582d5ffd5b158)) + ## [12.1.6](https://github.com/multiformats/js-multiaddr/compare/v12.1.5...v12.1.6) (2023-08-05) diff --git a/package.json b/package.json index 5942ce13..e67489d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.6", + "version": "12.1.7", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",