Skip to content

Commit 806b0f7

Browse files
committedJul 7, 2022
chore(release): 37.4.5 [skip ci]
## [37.4.5](v37.4.4...v37.4.5) (2022-07-07) ### Bug Fixes * add fallback for project license and badges ([#1020](#1020)) ([cb20575](cb20575))
1 parent cb20575 commit 806b0f7

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.4.5](https://github.com/ipfs/aegir/compare/v37.4.4...v37.4.5) (2022-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add fallback for project license and badges ([#1020](https://github.com/ipfs/aegir/issues/1020)) ([cb20575](https://github.com/ipfs/aegir/commit/cb2057512add785970c479e966f3fdcc383d0c25))
7+
18
## [37.4.4](https://github.com/ipfs/aegir/compare/v37.4.3...v37.4.4) (2022-07-07)
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.4.4",
3+
"version": "37.4.5",
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.