Skip to content

Commit

Permalink
docs: add migration from 4.x.x to 5.x.x documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Aug 24, 2023
1 parent a661796 commit 05f1ba2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/migration-from-4.x.x-to-5.x.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Migration from 4.x.x to 5.x.x

## Changes
**AEproject** `v5.0.0` underwent some minor but breaking changes.

Install the new AEproject version
```
npm install -g @aeternity/aeproject
```

### Removed from libs
Following utils have been removed and cannot be used anymore:

- `utils.getFilesystem()` discontinued, as it is now natively available in the sdk via import, e.g. `const { getFileSystem } = require("@aeternity/aepp-sdk");`

0 comments on commit 05f1ba2

Please sign in to comment.