Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit d35eccc

Browse files
authored
chore: release master (#349)
1 parent fbac0a9 commit d35eccc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/core/js-client": "0.1.6",
33
"packages/core/marine-worker": "0.3.2",
4-
"packages/core/aqua-to-js": "0.0.0"
4+
"packages/core/aqua-to-js": "0.0.1"
55
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.0.1 (2023-09-22)
4+
5+
6+
### Features
7+
8+
* **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))

packages/core/aqua-to-js/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@fluencelabs/aqua-to-js",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Tool for generating aqua wrapper",
66
"main": "dist/index.js",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"scripts": {
911
"test": "vitest run",
1012
"build": "tsc"

0 commit comments

Comments
 (0)