Skip to content

Commit f72f152

Browse files
committedDec 24, 2022
chore(release): 37.8.0 [skip ci]
## [37.8.0](v37.7.11...v37.8.0) (2022-12-24) ### Features * add run and exec commands for executing commands in monorepo packages ([#1151](#1151)) ([80f10b3](80f10b3)) ### Bug Fixes * print linting errors in red ([#1150](#1150)) ([a6633f3](a6633f3))
1 parent a6633f3 commit f72f152

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.8.0](https://github.com/ipfs/aegir/compare/v37.7.11...v37.8.0) (2022-12-24)
2+
3+
4+
### Features
5+
6+
* add run and exec commands for executing commands in monorepo packages ([#1151](https://github.com/ipfs/aegir/issues/1151)) ([80f10b3](https://github.com/ipfs/aegir/commit/80f10b3d3038fbe7f5aaca6d2df4eefdb4f66e83))
7+
8+
9+
### Bug Fixes
10+
11+
* print linting errors in red ([#1150](https://github.com/ipfs/aegir/issues/1150)) ([a6633f3](https://github.com/ipfs/aegir/commit/a6633f34c0e94dd37e429816d4812553046a1417))
12+
113
## [37.7.11](https://github.com/ipfs/aegir/compare/v37.7.10...v37.7.11) (2022-12-20)
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.7.11",
3+
"version": "37.8.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)