Skip to content

Commit 1cf5c45

Browse files
committedJan 12, 2023
chore(release): 38.0.0 [skip ci]
## [38.0.0](v37.12.1...v38.0.0) (2023-01-12) ### ⚠ BREAKING CHANGES * - no more forwarding flags - no more positional arguments - cannot depcheck single file - won't throw an error for missing dependency if it's in devDependencies section of package.json Co-authored-by: Alex Potsides <alex@achingbrain.net> * all functions and methods need to declare a return type ### Features * add support for depchecking typescript projects ([#1042](#1042)) ([b9f5d86](b9f5d86)) ### Dependencies * update to new linting rules ([#1164](#1164)) ([cf77bbb](cf77bbb))
1 parent b9f5d86 commit 1cf5c45

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [38.0.0](https://github.com/ipfs/aegir/compare/v37.12.1...v38.0.0) (2023-01-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* - no more forwarding flags
7+
- no more positional arguments - cannot depcheck single file
8+
- won't throw an error for missing dependency if it's in devDependencies
9+
section of package.json
10+
11+
Co-authored-by: Alex Potsides <alex@achingbrain.net>
12+
* all functions and methods need to declare a return type
13+
14+
### Features
15+
16+
* add support for depchecking typescript projects ([#1042](https://github.com/ipfs/aegir/issues/1042)) ([b9f5d86](https://github.com/ipfs/aegir/commit/b9f5d86d169c8565755e6157242c932b57426bdb))
17+
18+
19+
### Dependencies
20+
21+
* update to new linting rules ([#1164](https://github.com/ipfs/aegir/issues/1164)) ([cf77bbb](https://github.com/ipfs/aegir/commit/cf77bbbdf6f08d30ab0c19b4a21cfe4970c78421))
22+
123
## [37.12.1](https://github.com/ipfs/aegir/compare/v37.12.0...v37.12.1) (2023-01-11)
224

325

‎package.json

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