diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9bad2..ea67ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/kieranroneill/aether/compare/v1.0.0...v1.1.0) (2024-02-25) + + +### Features + +* list flies ([#3](https://github.com/kieranroneill/aether/issues/3)) ([0946c33](https://github.com/kieranroneill/aether/commit/0946c333fa3a6b400355c6f6beb2ddc7fe5c4ebc)) + # 1.0.0 (2024-02-24) diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/package.json b/package.json index e0b93ce..5a3b3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kieranroneill/aether", - "version": "1.0.0", + "version": "1.1.0", "description": "aether is a modern file storage platform that implements a state-of-the-art Merkle tree structure to store multiple files", "main": "./.build/index.js", "repository": {