From fae3ce98effe63bf240c3eb4baf6fd250d321145 Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Tue, 14 Sep 2021 05:17:18 -0400 Subject: [PATCH] prep 0.0.1-prealpha.41 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9580bf04a0..1aabb16d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Web3API 0.0.1-prealpha.41 +## Features +* `@web3api/schema-parse`: Added support for `JSON` as a base type. +* `@web3api/ens-api`: Merged in an initial version of the ENS Wasm based Web3Api. +* `web3api.build.yaml`: Added support for the `linked_packages` property, allowing you to link local packages into the dockerized build-env. + +## Bugs +* `@web3api/schema-compose`: Fixed an invalid GraphQL bug that occured when an imported query method did not have any arguments. + # Web3API 0.0.1-prealpha.40 ## Features * `@web3api/client-js`: Added `getManifest(...)`, `getFile(...)`, and `getSchema(...)` methods to the client, simply provide a URI. diff --git a/VERSION b/VERSION index 25b33a0f0b..68d7ce7c4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-prealpha.40 \ No newline at end of file +0.0.1-prealpha.41 \ No newline at end of file