Skip to content

Commit

Permalink
chore(main): release 4.10.1 (#511)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent eee28ef commit 30bb694
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.10.1](https://github.com/aeternity/aeproject/compare/v4.10.0...v4.10.1) (2024-07-22)


### Refactorings

* replace chai/mocha with vitest ([eb717e5](https://github.com/aeternity/aeproject/commit/eb717e5b8319747607805f6e25520ad0455f222d))


### Miscellaneous

* update compatible node version ([97bef2c](https://github.com/aeternity/aeproject/commit/97bef2c9f7fd157f3dd07e8508b299f229b84e1d))
* update dependencies ([eee28ef](https://github.com/aeternity/aeproject/commit/eee28ef31829ee96df2a427d9bdda8784c78bc8a))
* update dependency versions, temp fix ci ([e53bcca](https://github.com/aeternity/aeproject/commit/e53bcca602b79612704dc396ef377e187b62a279))

## [4.10.0](https://github.com/aeternity/aeproject/compare/v4.9.1...v4.10.0) (2024-04-26)


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.0",
"version": "4.10.1",
"description": "aeternity smart contract testing tool",
"main": "./.build/esm/src/lib/index.js",
"types": "./.build/types/src/lib/index.d.ts",
Expand Down

0 comments on commit 30bb694

Please sign in to comment.