Skip to content

Commit 5272fab

Browse files
chore(main): release 5.0.1
1 parent dddd2a0 commit 5272fab

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [5.0.1](https://github.com/aeternity/aeproject/compare/v5.0.0...v5.0.1) (2025-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* define `getSdk` options type ([a84f9c8](https://github.com/aeternity/aeproject/commit/a84f9c84d31484d68618b920824c5cbad78786df))
9+
* install sdk@14 in dependent projects ([68e05c3](https://github.com/aeternity/aeproject/commit/68e05c3dd7704cab8fdec88e1aa3df4f177521cd))
10+
* require node@18 as per release notes ([743ee8f](https://github.com/aeternity/aeproject/commit/743ee8fab07a2eccde449e64463d292a32c632f0))
11+
12+
13+
### Refactorings
14+
15+
* remove unused `config`, `getNetwork` in internal utils ([dddd2a0](https://github.com/aeternity/aeproject/commit/dddd2a06bbe2b2b7578f35cc31c29594c3f666eb))
16+
* simplify package exports ([f63f3b4](https://github.com/aeternity/aeproject/commit/f63f3b420c48abc0e00b98f90e002f09c49f38ed))
17+
* use fs.cp instead of own implementation ([#515](https://github.com/aeternity/aeproject/issues/515)) ([9f8ccce](https://github.com/aeternity/aeproject/commit/9f8ccce3fe00b6f507e6cd9fda49fcf285e27244))
18+
* use sdk-default polling intervals (0 for ae_dev) ([fa990be](https://github.com/aeternity/aeproject/commit/fa990bebeb433707536492d99eec2a863d1f0675))
19+
20+
21+
### Miscellaneous
22+
23+
* fix typos ([fad6c64](https://github.com/aeternity/aeproject/commit/fad6c64551262289865df4aa5e696f327c2b0418))
24+
* remove deprecated version in docker-compose.yml ([d04f2cc](https://github.com/aeternity/aeproject/commit/d04f2cc60794924bbb0899d6a41a1ec9507de838))
25+
326
## [5.0.0](https://github.com/aeternity/aeproject/compare/v4.10.2...v5.0.0) (2024-12-06)
427

528

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeternity/aeproject",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "aeternity smart contract testing tool",
55
"main": "./build/esm/src/lib/index.js",
66
"types": "./build/types/lib/index.d.ts",

0 commit comments

Comments
 (0)