chore: release master (#349)

This commit is contained in:
fluencebot 2023-09-22 09:52:43 +03:00 committed by GitHub
parent fbac0a96a1
commit d35eccc80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"packages/core/js-client": "0.1.6",
"packages/core/marine-worker": "0.3.2",
"packages/core/aqua-to-js": "0.0.0"
"packages/core/aqua-to-js": "0.0.1"
}

View File

@ -0,0 +1,8 @@
# Changelog
## 0.0.1 (2023-09-22)
### Features
* **aqua-compiler:** JS-client aqua wrapper [fixes DXJ-461] ([#347](https://github.com/fluencelabs/js-client/issues/347)) ([7fff3b1](https://github.com/fluencelabs/js-client/commit/7fff3b1c0374eef76ab4e665b13cf97b5c50ff70))

View File

@ -1,10 +1,12 @@
{
"name": "@fluencelabs/aqua-to-js",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"build": "tsc"