Skip to content

Commit a0d9aa5

Browse files
chore(release): 47.1.0 [skip ci]
## [47.1.0](v47.0.26...v47.1.0) (2026-04-10) ### Features * add module-sync to default package config ([#1921](#1921)) ([c7cc013](c7cc013)) * search for .aegir.mjs config file ([#1901](#1901)) ([a6c4790](a6c4790)) ### Bug Fixes * include link to NodeJS.CallSite in docs ([155ff85](155ff85)) * print stack trace on error ([#1852](#1852)) ([387c8d2](387c8d2)) * update default build files ([#1922](#1922)) ([6c4ee02](6c4ee02)) ### Trivial Changes * fix typo in comment ([#1920](#1920)) ([194d9ed](194d9ed)) * lint actions ([#1924](#1924)) ([5372055](5372055)) ### Documentation * fix link to types in readme ([#1923](#1923)) ([b7681c4](b7681c4)) ### Dependencies * bump @types/node from 22.19.7 to 25.2.0 ([#1919](#1919)) ([6a7a09d](6a7a09d)) * bump env-paths from 3.0.0 to 4.0.0 ([#1916](#1916)) ([bf19b4d](bf19b4d)) * bump esbuild from 0.25.12 to 0.27.2 ([#1908](#1908)) ([82dac8c](82dac8c)) * bump globby from 15.0.0 to 16.1.0 ([#1909](#1909)) ([4e5aa85](4e5aa85)) * bump the eslint group across 1 directory with 2 updates ([#1880](#1880)) ([be25ad7](be25ad7)) * **dev:** bump electron from 38.8.0 to 40.1.0 ([#1918](#1918)) ([9bc6d14](9bc6d14))
1 parent 155ff85 commit a0d9aa5

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [47.1.0](https://github.com/ipfs/aegir/compare/v47.0.26...v47.1.0) (2026-04-10)
2+
3+
### Features
4+
5+
* add module-sync to default package config ([#1921](https://github.com/ipfs/aegir/issues/1921)) ([c7cc013](https://github.com/ipfs/aegir/commit/c7cc013b8de3b3a718bc960693f70f59f489e29b))
6+
* search for .aegir.mjs config file ([#1901](https://github.com/ipfs/aegir/issues/1901)) ([a6c4790](https://github.com/ipfs/aegir/commit/a6c47901b4efbbb42ec703a5bf423d134fe38e7a))
7+
8+
### Bug Fixes
9+
10+
* include link to NodeJS.CallSite in docs ([155ff85](https://github.com/ipfs/aegir/commit/155ff8507361d119bd2792f1d918303600f6bb4f))
11+
* print stack trace on error ([#1852](https://github.com/ipfs/aegir/issues/1852)) ([387c8d2](https://github.com/ipfs/aegir/commit/387c8d24c961665d68c6695b79d518e02fa73746))
12+
* update default build files ([#1922](https://github.com/ipfs/aegir/issues/1922)) ([6c4ee02](https://github.com/ipfs/aegir/commit/6c4ee027179a06bf91d2af3363a640f95dd55639))
13+
14+
### Trivial Changes
15+
16+
* fix typo in comment ([#1920](https://github.com/ipfs/aegir/issues/1920)) ([194d9ed](https://github.com/ipfs/aegir/commit/194d9ed232a24271ae709b85aa79d7522ea7522f))
17+
* lint actions ([#1924](https://github.com/ipfs/aegir/issues/1924)) ([5372055](https://github.com/ipfs/aegir/commit/5372055d52bf97a2b6a252a7b726570af7aa8edd))
18+
19+
### Documentation
20+
21+
* fix link to types in readme ([#1923](https://github.com/ipfs/aegir/issues/1923)) ([b7681c4](https://github.com/ipfs/aegir/commit/b7681c45c400df04fc4836b7c53c2b9e92b9429f))
22+
23+
### Dependencies
24+
25+
* bump @types/node from 22.19.7 to 25.2.0 ([#1919](https://github.com/ipfs/aegir/issues/1919)) ([6a7a09d](https://github.com/ipfs/aegir/commit/6a7a09d4d5f1273d7de87b890354dfb3c2ac2a95))
26+
* bump env-paths from 3.0.0 to 4.0.0 ([#1916](https://github.com/ipfs/aegir/issues/1916)) ([bf19b4d](https://github.com/ipfs/aegir/commit/bf19b4d95c36da2855e0dd5bc5cd8407f63ea465))
27+
* bump esbuild from 0.25.12 to 0.27.2 ([#1908](https://github.com/ipfs/aegir/issues/1908)) ([82dac8c](https://github.com/ipfs/aegir/commit/82dac8cdc776e19faf1b4d310eb77f94548d362f))
28+
* bump globby from 15.0.0 to 16.1.0 ([#1909](https://github.com/ipfs/aegir/issues/1909)) ([4e5aa85](https://github.com/ipfs/aegir/commit/4e5aa85578804e6db3320e3d0500bd65e795caae))
29+
* bump the eslint group across 1 directory with 2 updates ([#1880](https://github.com/ipfs/aegir/issues/1880)) ([be25ad7](https://github.com/ipfs/aegir/commit/be25ad7d0c6014d47bc815b606eb45720680649b))
30+
* **dev:** bump electron from 38.8.0 to 40.1.0 ([#1918](https://github.com/ipfs/aegir/issues/1918)) ([9bc6d14](https://github.com/ipfs/aegir/commit/9bc6d1411f0a1edaa3554d143be6e507570b6182))
31+
132
## [47.0.26](https://github.com/ipfs/aegir/compare/v47.0.25...v47.0.26) (2026-01-22)
233

334
### Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "47.0.26",
3+
"version": "47.1.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)