Skip to content

Commit

Permalink
chore(release): 11.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.8](v11.0.7...v11.0.8) (2022-12-07)

### Bug Fixes

* varint.decode.bytes can now be undefined according to types ([#288](#288)) ([e0a59e5](e0a59e5))

### Dependencies

* **dev:** bump sinon from 14.0.2 to 15.0.0 ([#287](#287)) ([41f67a7](41f67a7))
  • Loading branch information
semantic-release-bot committed Dec 7, 2022
1 parent 41f67a7 commit 86e4293
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [11.0.8](https://github.com/multiformats/js-multiaddr/compare/v11.0.7...v11.0.8) (2022-12-07)


### Bug Fixes

* varint.decode.bytes can now be undefined according to types ([#288](https://github.com/multiformats/js-multiaddr/issues/288)) ([e0a59e5](https://github.com/multiformats/js-multiaddr/commit/e0a59e584623b08026e9179c37bfb4966d8dbfe8))


### Dependencies

* **dev:** bump sinon from 14.0.2 to 15.0.0 ([#287](https://github.com/multiformats/js-multiaddr/issues/287)) ([41f67a7](https://github.com/multiformats/js-multiaddr/commit/41f67a7b70baf1bb16ef336b218607342bf9d338))

## [11.0.7](https://github.com/multiformats/js-multiaddr/compare/v11.0.6...v11.0.7) (2022-11-02)


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": "11.0.7",
"version": "11.0.8",
"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 86e4293

Please sign in to comment.