Skip to content

Commit 1fd26f6

Browse files
chore(release): 12.1.4 [skip ci]
## [12.1.4](v12.1.3...v12.1.4) (2023-06-01) ### Bug Fixes * match websocket addresses that include a peer id ([#156](#156)) ([080936f](080936f))
1 parent 080936f commit 1fd26f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [12.1.4](https://github.com/multiformats/js-mafmt/compare/v12.1.3...v12.1.4) (2023-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* match websocket addresses that include a peer id ([#156](https://github.com/multiformats/js-mafmt/issues/156)) ([080936f](https://github.com/multiformats/js-mafmt/commit/080936f3d44f13b948d14c9fb3b234b036f563ce))
7+
18
## [12.1.3](https://github.com/multiformats/js-mafmt/compare/v12.1.2...v12.1.3) (2023-05-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/mafmt",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "A multiaddr validator",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-mafmt#readme",

0 commit comments

Comments
 (0)