chore(main): release aqua-lib 0.10.0 (#83)

This commit is contained in:
fluencebot 2024-02-19 17:41:30 +02:00 committed by GitHub
parent 5414624156
commit ae27eebd67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.10.0"
}

View File

@ -1,5 +1,16 @@
# Changelog
## [0.10.0](https://github.com/fluencelabs/aqua-lib/compare/aqua-lib-v0.9.1...aqua-lib-v0.10.0) (2024-02-19)
### ⚠ BREAKING CHANGES
* **worker:** add cu_ids to worker create ([#82](https://github.com/fluencelabs/aqua-lib/issues/82))
### Features
* **worker:** add cu_ids to worker create ([#82](https://github.com/fluencelabs/aqua-lib/issues/82)) ([5414624](https://github.com/fluencelabs/aqua-lib/commit/54146241562fcece7fd6783305d2c5fd32aa6da8))
## [0.9.1](https://github.com/fluencelabs/aqua-lib/compare/aqua-lib-v0.9.0...aqua-lib-v0.9.1) (2024-01-15)

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-lib",
"version": "0.9.1",
"version": "0.10.0",
"description": "Aqua standard library",
"files": [
"builtin.aqua",