Skip to content

Commit 07a620a

Browse files
chore(release): 13.3.6 [skip ci]
## [13.3.6](v13.3.5...v13.3.6) (2025-05-21) ### Trivial Changes * remove package-lock.json ([#324](#324)) ([c65d07e](c65d07e)) ### Dependencies * **dev:** bump aegir from 46.0.0 to 47.0.6 ([#325](#325)) ([ea828e1](ea828e1))
1 parent ea828e1 commit 07a620a

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [13.3.6](https://github.com/multiformats/js-multiformats/compare/v13.3.5...v13.3.6) (2025-05-21)
2+
3+
### Trivial Changes
4+
5+
* remove package-lock.json ([#324](https://github.com/multiformats/js-multiformats/issues/324)) ([c65d07e](https://github.com/multiformats/js-multiformats/commit/c65d07e4c95d7f9b3510f0d68229619c30349792))
6+
7+
### Dependencies
8+
9+
* **dev:** bump aegir from 46.0.0 to 47.0.6 ([#325](https://github.com/multiformats/js-multiformats/issues/325)) ([ea828e1](https://github.com/multiformats/js-multiformats/commit/ea828e18b269fc43f32ec451073e68b0a43ce98f))
10+
111
## [13.3.5](https://github.com/multiformats/js-multiformats/compare/v13.3.4...v13.3.5) (2025-05-20)
212

313
### Bug Fixes

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "13.3.5",
3+
"version": "13.3.6",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",
@@ -258,9 +258,15 @@
258258
"@semantic-release/changelog",
259259
"@semantic-release/npm",
260260
"@semantic-release/github",
261-
["@semantic-release/git", {
262-
"assets": ["CHANGELOG.md", "package.json"]
263-
}]
261+
[
262+
"@semantic-release/git",
263+
{
264+
"assets": [
265+
"CHANGELOG.md",
266+
"package.json"
267+
]
268+
}
269+
]
264270
]
265271
},
266272
"scripts": {

0 commit comments

Comments
 (0)