Skip to content

Commit f4805ed

Browse files
committedDec 24, 2022
chore(release): 37.9.0 [skip ci]
## [37.9.0](v37.8.0...v37.9.0) (2022-12-24) ### Features * let clean take args ([#1152](#1152)) ([34a8c18](34a8c18))
1 parent 34a8c18 commit f4805ed

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+
## [37.9.0](https://github.com/ipfs/aegir/compare/v37.8.0...v37.9.0) (2022-12-24)
2+
3+
4+
### Features
5+
6+
* let clean take args ([#1152](https://github.com/ipfs/aegir/issues/1152)) ([34a8c18](https://github.com/ipfs/aegir/commit/34a8c18098a75621278641ac29f37c1211caad3c))
7+
18
## [37.8.0](https://github.com/ipfs/aegir/compare/v37.7.11...v37.8.0) (2022-12-24)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "37.8.0",
3+
"version": "37.9.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.