Skip to content

Commit 89a20a1

Browse files
chore(release): 46.0.1 [skip ci]
## [46.0.1](v46.0.0...v46.0.1) (2025-05-12) ### Bug Fixes * ignore lockfile in release commit ([5cf1266](5cf1266))
1 parent 5cf1266 commit 89a20a1

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [46.0.1](https://github.com/ipfs/aegir/compare/v46.0.0...v46.0.1) (2025-05-12)
2+
3+
### Bug Fixes
4+
5+
* ignore lockfile in release commit ([5cf1266](https://github.com/ipfs/aegir/commit/5cf1266eab71f19b1aad69be1ea7a36db0926cd4))
6+
17
## [46.0.0](https://github.com/ipfs/aegir/compare/v45.2.1...v46.0.0) (2025-05-07)
28

39
### ⚠ BREAKING CHANGES

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "46.0.0",
3+
"version": "46.0.1",
44
"description": "JavaScript project management",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/aegir#readme",
@@ -197,9 +197,15 @@
197197
"@semantic-release/changelog",
198198
"@semantic-release/npm",
199199
"@semantic-release/github",
200-
["@semantic-release/git", {
201-
"assets": ["CHANGELOG.md", "package.json"]
202-
}]
200+
[
201+
"@semantic-release/git",
202+
{
203+
"assets": [
204+
"CHANGELOG.md",
205+
"package.json"
206+
]
207+
}
208+
]
203209
]
204210
},
205211
"scripts": {

0 commit comments

Comments
 (0)