Skip to content

Commit ae388a9

Browse files
chore(release): 9.2.4 [skip ci]
## [9.2.4](v9.2.3...v9.2.4) (2025-05-22) ### Bug Fixes * address lint errors ([467d98c](467d98c)) ### Trivial Changes * omit lockfile from release commit ([#126](#126)) ([2013bda](2013bda)) * remove package-lock ([6445f53](6445f53)) ### Dependencies * **dev:** bump aegir from 46.0.5 to 47.0.10 ([c0b2879](c0b2879))
1 parent 467d98c commit ae388a9

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [9.2.4](https://github.com/ipld/js-dag-cbor/compare/v9.2.3...v9.2.4) (2025-05-22)
2+
3+
### Bug Fixes
4+
5+
* address lint errors ([467d98c](https://github.com/ipld/js-dag-cbor/commit/467d98c6142b5e1369b468a565e28eb4f39dfbcc))
6+
7+
### Trivial Changes
8+
9+
* omit lockfile from release commit ([#126](https://github.com/ipld/js-dag-cbor/issues/126)) ([2013bda](https://github.com/ipld/js-dag-cbor/commit/2013bda1b7ca0cc4e89e6f586642885513960cbf))
10+
* remove package-lock ([6445f53](https://github.com/ipld/js-dag-cbor/commit/6445f5324f06678dc4b6639836abf79a306f4865))
11+
12+
### Dependencies
13+
14+
* **dev:** bump aegir from 46.0.5 to 47.0.10 ([c0b2879](https://github.com/ipld/js-dag-cbor/commit/c0b287933d29177cd6ff1232c27bd0a8ae5e661b))
15+
116
## [9.2.3](https://github.com/ipld/js-dag-cbor/compare/v9.2.2...v9.2.3) (2025-05-08)
217

318
### Dependencies

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/dag-cbor",
3-
"version": "9.2.3",
3+
"version": "9.2.4",
44
"description": "JS implementation of DAG-CBOR",
55
"author": "Rod <[email protected]> (http://r.va.gg/)",
66
"license": "Apache-2.0 OR MIT",
@@ -142,9 +142,15 @@
142142
"@semantic-release/changelog",
143143
"@semantic-release/npm",
144144
"@semantic-release/github",
145-
["@semantic-release/git", {
146-
"assets": ["CHANGELOG.md", "package.json"]
147-
}]
145+
[
146+
"@semantic-release/git",
147+
{
148+
"assets": [
149+
"CHANGELOG.md",
150+
"package.json"
151+
]
152+
}
153+
]
148154
]
149155
},
150156
"scripts": {

0 commit comments

Comments
 (0)