Skip to content

Commit f717f1d

Browse files
committedJun 14, 2022
chore(release): 37.1.0 [skip ci]
## [37.1.0](v37.0.17...v37.1.0) (2022-06-14) ### Features * ensure readme is in correct format ([#997](#997)) ([9bcb366](9bcb366)) ### Bug Fixes * sort exports map ([#999](#999)) ([0b82fee](0b82fee)) ### Trivial Changes * **deps-dev:** bump electron from 18.3.3 to 19.0.4 ([#995](#995)) ([05ea778](05ea778)) * **deps:** bump conventional-changelog-conventionalcommits from 4.6.3 to 5.0.0 ([#987](#987)) ([0170bcf](0170bcf))
1 parent 05ea778 commit f717f1d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [37.1.0](https://github.com/ipfs/aegir/compare/v37.0.17...v37.1.0) (2022-06-14)
2+
3+
4+
### Features
5+
6+
* ensure readme is in correct format ([#997](https://github.com/ipfs/aegir/issues/997)) ([9bcb366](https://github.com/ipfs/aegir/commit/9bcb366215a78bd918bf20bcfdae7bf62efc2108))
7+
8+
9+
### Bug Fixes
10+
11+
* sort exports map ([#999](https://github.com/ipfs/aegir/issues/999)) ([0b82fee](https://github.com/ipfs/aegir/commit/0b82feea6e7989e781128aeb4de47efc4c77872c))
12+
13+
14+
### Trivial Changes
15+
16+
* **deps-dev:** bump electron from 18.3.3 to 19.0.4 ([#995](https://github.com/ipfs/aegir/issues/995)) ([05ea778](https://github.com/ipfs/aegir/commit/05ea7782c3f1822921100b06c51b6b7fb3ed8e1b))
17+
* **deps:** bump conventional-changelog-conventionalcommits from 4.6.3 to 5.0.0 ([#987](https://github.com/ipfs/aegir/issues/987)) ([0170bcf](https://github.com/ipfs/aegir/commit/0170bcf6d1bfcea0c95ae193ab007a0bfdb8f95f))
18+
119
### [37.0.17](https://github.com/ipfs/aegir/compare/v37.0.16...v37.0.17) (2022-05-27)
220

321

‎package.json

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