chore(main): release aqua-lib 0.7.1 (#40)

This commit is contained in:
fluencebot 2023-05-30 17:22:02 +03:00 committed by GitHub
parent 96af0d4d4d
commit a6f4a2af5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,3 @@
{ {
".": "0.7.0" ".": "0.7.1"
} }

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
## [0.7.1](https://github.com/fluencelabs/aqua-lib/compare/aqua-lib-v0.7.0...aqua-lib-v0.7.1) (2023-05-30)
### Features
* add console-run ([#44](https://github.com/fluencelabs/aqua-lib/issues/44)) ([96af0d4](https://github.com/fluencelabs/aqua-lib/commit/96af0d4d4d7c40562142896a5d6500c4e991302f))
* **builtin:** add worker builtin definition [NET-397] ([#42](https://github.com/fluencelabs/aqua-lib/issues/42)) ([f575e71](https://github.com/fluencelabs/aqua-lib/commit/f575e71e054cca529190835ed1cb2f605a544b70))
* update Service data structure ([#39](https://github.com/fluencelabs/aqua-lib/issues/39)) ([d7bc270](https://github.com/fluencelabs/aqua-lib/commit/d7bc270d361c25ac087f989d9eb2c6c86d7fba6b))

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@fluencelabs/aqua-lib", "name": "@fluencelabs/aqua-lib",
"version": "0.7.0", "version": "0.7.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@fluencelabs/aqua-lib", "name": "@fluencelabs/aqua-lib",
"version": "0.7.0", "version": "0.7.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@fluencelabs/aqua": "0.9.4" "@fluencelabs/aqua": "0.9.4"

View File

@ -1,13 +1,15 @@
{ {
"name": "@fluencelabs/aqua-lib", "name": "@fluencelabs/aqua-lib",
"version": "0.7.0", "version": "0.7.1",
"description": "Aqua standard library", "description": "Aqua standard library",
"files": [ "files": [
"builtin.aqua", "builtin.aqua",
"math.aqua", "math.aqua",
"binary.aqua" "binary.aqua"
], ],
"scripts": {}, "scripts": {
"compile-dry": "aqua -i . --dry"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/fluencelabs/aqua-lib.git" "url": "git+https://github.com/fluencelabs/aqua-lib.git"
@ -16,9 +18,6 @@
"aqua", "aqua",
"fluence" "fluence"
], ],
"scripts": {
"compile-dry": "aqua -i . --dry"
},
"author": "Fluence Labs", "author": "Fluence Labs",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {