Skip to content

Commit 975ff3e

Browse files
committedJan 10, 2023
chore(release): 37.12.0 [skip ci]
## [37.12.0](v37.11.0...v37.12.0) (2023-01-10) ### Features * build opt-out for cache-node-modules action ([#1070](#1070)) ([c63b1d0](c63b1d0)) ### Bug Fixes * terminate string properly ([6b37d29](6b37d29)) * update actions/cache ([#1154](#1154)) ([9f7d169](9f7d169))
1 parent 6b37d29 commit 975ff3e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [37.12.0](https://github.com/ipfs/aegir/compare/v37.11.0...v37.12.0) (2023-01-10)
2+
3+
4+
### Features
5+
6+
* build opt-out for cache-node-modules action ([#1070](https://github.com/ipfs/aegir/issues/1070)) ([c63b1d0](https://github.com/ipfs/aegir/commit/c63b1d024c11054ed9f3becac4fc0e0ddf8d9c28))
7+
8+
9+
### Bug Fixes
10+
11+
* terminate string properly ([6b37d29](https://github.com/ipfs/aegir/commit/6b37d2975b965f648c551e390fc9aa6f0e54d225))
12+
* update actions/cache ([#1154](https://github.com/ipfs/aegir/issues/1154)) ([9f7d169](https://github.com/ipfs/aegir/commit/9f7d1698f376918116d08c8c1b04af1c8f3866c3))
13+
114
## [37.11.0](https://github.com/ipfs/aegir/compare/v37.10.1...v37.11.0) (2023-01-10)
215

316

‎package.json

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