Skip to content

Commit

Permalink
chore: release master (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Sep 22, 2023
1 parent fbac0a9 commit d35eccc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 8 additions & 0 deletions packages/core/aqua-to-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 4 additions & 2 deletions packages/core/aqua-to-js/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d35eccc

Please sign in to comment.