Skip to content

Commit

Permalink
chore(main): release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent 9f8ccce commit 61dea7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.1](https://github.com/aeternity/aeproject/compare/v5.0.0...v5.0.1) (2025-01-15)


### Refactorings

* use fs.cp instead of own implementation ([#515](https://github.com/aeternity/aeproject/issues/515)) ([9f8ccce](https://github.com/aeternity/aeproject/commit/9f8ccce3fe00b6f507e6cd9fda49fcf285e27244))

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


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

0 comments on commit 61dea7a

Please sign in to comment.