Skip to content

Commit 770cd25

Browse files
committedJul 27, 2022
chore(release): 37.4.6 [skip ci]
## [37.4.6](v37.4.5...v37.4.6) (2022-07-27) ### Bug Fixes * correct default repo name and org in header ([#1025](#1025)) ([1399ff4](1399ff4)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([4d4de54](4d4de54))
1 parent 1399ff4 commit 770cd25

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.4.6](https://github.com/ipfs/aegir/compare/v37.4.5...v37.4.6) (2022-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* correct default repo name and org in header ([#1025](https://github.com/ipfs/aegir/issues/1025)) ([1399ff4](https://github.com/ipfs/aegir/commit/1399ff4d938714a3d5e9102002eaddce9263f917))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/stale.yml [skip ci] ([4d4de54](https://github.com/ipfs/aegir/commit/4d4de5425c24cbd92dd34db69b7e1bca226cc545))
12+
113
## [37.4.5](https://github.com/ipfs/aegir/compare/v37.4.4...v37.4.5) (2022-07-07)
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.4.5",
3+
"version": "37.4.6",
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.