Skip to content

Commit 95493be

Browse files
committedJan 6, 2024
chore(release): 42.0.0 [skip ci]
## [42.0.0](v41.3.5...v42.0.0) (2024-01-06) ### ⚠ BREAKING CHANGES * previously undetected missing or unused deps will cause the dep-check command to fail ### Bug Fixes * check for missing production dependencies ([#1426](#1426)) ([a66384a](a66384a))
1 parent a66384a commit 95493be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [42.0.0](https://github.com/ipfs/aegir/compare/v41.3.5...v42.0.0) (2024-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* previously undetected missing or unused deps will cause the dep-check command to fail
7+
8+
### Bug Fixes
9+
10+
* check for missing production dependencies ([#1426](https://github.com/ipfs/aegir/issues/1426)) ([a66384a](https://github.com/ipfs/aegir/commit/a66384acd40691981224615967cae74c6e3f328a))
11+
112
## [41.3.5](https://github.com/ipfs/aegir/compare/v41.3.4...v41.3.5) (2023-12-30)
213

314

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "41.3.5",
3+
"version": "42.0.0",
44
"description": "JavaScript project management",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/aegir#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.