Skip to content

Commit

Permalink
chore(release): 11.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.3](v11.0.2...v11.0.3) (2022-09-30)

### Bug Fixes

* use private class field to store cached strings and tuples ([#277](#277)) ([b0809bf](b0809bf))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent b0809bf commit 58ce0c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.0.3](https://github.com/multiformats/js-multiaddr/compare/v11.0.2...v11.0.3) (2022-09-30)


### Bug Fixes

* use private class field to store cached strings and tuples ([#277](https://github.com/multiformats/js-multiaddr/issues/277)) ([b0809bf](https://github.com/multiformats/js-multiaddr/commit/b0809bfd2a97c1fde7691dd092baaf00e0f3b886))

## [11.0.2](https://github.com/multiformats/js-multiaddr/compare/v11.0.1...v11.0.2) (2022-09-29)


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.2",
"version": "11.0.3",
"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 58ce0c6

Please sign in to comment.