Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 5.0.0 #514

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [5.0.0](https://github.com/aeternity/aeproject/compare/v4.10.2...v5.0.0) (2024-12-06)


### ⚠ BREAKING CHANGES

* update to sdk 14
* drop custom get function, require node >= 18
* drop cjs support
* use sdk provided filesystem util, remove aeproject util implementation

### Bug Fixes

* build artifact files ([f4059cd](https://github.com/aeternity/aeproject/commit/f4059cda07c51c6e13ca0c899b40b1867549e420))
* sdk import usage ([5609660](https://github.com/aeternity/aeproject/commit/5609660dfb852c022351d1077265e109a77ad452))


### Refactorings

* drop cjs support ([a92df6e](https://github.com/aeternity/aeproject/commit/a92df6ebf2cb594a54425f79499673a8dc6028dc))
* drop custom get function, require node >= 18 ([ef569b9](https://github.com/aeternity/aeproject/commit/ef569b9efff27d073575f42caad628b55a607646))
* update to sdk 14 ([ecbdf3c](https://github.com/aeternity/aeproject/commit/ecbdf3c222e72f644eb4790a528175f33231ffd3))
* use sdk provided filesystem util, remove aeproject util implementation ([93cf8c5](https://github.com/aeternity/aeproject/commit/93cf8c500db77ee2a108d90befd63f27cf4f5a81))


### Miscellaneous

* update dependencies ([6494ded](https://github.com/aeternity/aeproject/commit/6494ded4a78e44d512f4a927346f0ac1bf54cc30))
* update eslint ([db4f3e5](https://github.com/aeternity/aeproject/commit/db4f3e5c0f606085e1b1d31a93682e958cafab1f))
* upgrade to chai@5 for new projects ([dce8f50](https://github.com/aeternity/aeproject/commit/dce8f5051878895da1c1350b2256b158d77a60ea))
* use `npm pack` in tests ([e82cd51](https://github.com/aeternity/aeproject/commit/e82cd517cb1f99fc24ba4d0d26876f012400d9e0))
* use the same sdk ([a90943e](https://github.com/aeternity/aeproject/commit/a90943e913ccde538b3e8872ae759211125aea37))

## [4.10.2](https://github.com/aeternity/aeproject/compare/v4.10.1...v4.10.2) (2024-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeternity/aeproject",
"version": "4.10.2",
"version": "5.0.0",
"description": "aeternity smart contract testing tool",
"main": "./build/esm/src/lib/index.js",
"types": "./build/types/lib/index.d.ts",
Expand Down