Skip to content

Commit f4afffe

Browse files
committedJun 14, 2022
chore(release): 37.2.0 [skip ci]
## [37.2.0](v37.1.1...v37.2.0) (2022-06-14) ### Features * parse monorepo project readme ([#1001](#1001)) ([ae76db7](ae76db7)) ### Trivial Changes * **deps:** bump mocha from 9.2.2 to 10.0.0 ([#973](#973)) ([5c767aa](5c767aa))
1 parent 5c767aa commit f4afffe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [37.2.0](https://github.com/ipfs/aegir/compare/v37.1.1...v37.2.0) (2022-06-14)
2+
3+
4+
### Features
5+
6+
* parse monorepo project readme ([#1001](https://github.com/ipfs/aegir/issues/1001)) ([ae76db7](https://github.com/ipfs/aegir/commit/ae76db7ed1a56bbba03d277823f6bd125941b909))
7+
8+
9+
### Trivial Changes
10+
11+
* **deps:** bump mocha from 9.2.2 to 10.0.0 ([#973](https://github.com/ipfs/aegir/issues/973)) ([5c767aa](https://github.com/ipfs/aegir/commit/5c767aac53b3cc9e4cef90610eb932b4c1fac86a))
12+
113
## [37.1.1](https://github.com/ipfs/aegir/compare/v37.1.0...v37.1.1) (2022-06-14)
214

315

‎package.json

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