Skip to content

Commit

Permalink
chore(release): 12.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.7](v12.1.6...v12.1.7) (2023-08-16)

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#336](#336)) ([9e786a0](9e786a0))
* delete templates [skip ci] ([#335](#335)) ([853d432](853d432))

### Dependencies

* switch varint for uint8-varint ([#337](#337)) ([166fd43](166fd43))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent 166fd43 commit 4690826
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4690826

Please sign in to comment.