mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-22 04:11:34 +00:00
chore: release master (#258)
This commit is contained in:
@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [0.11.1](https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.0...js-client.api-v0.11.1) (2023-02-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @fluencelabs/interfaces bumped from 0.7.0 to 0.7.1
|
||||
|
||||
## [0.11.0](https://github.com/fluencelabs/fluence-js/compare/js-client.api-v0.10.0...js-client.api-v0.11.0) (2023-02-15)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fluencelabs/js-client.api",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "JS Client API",
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
@ -25,7 +25,7 @@
|
||||
"author": "Fluence Labs",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@fluencelabs/interfaces": "0.7.0"
|
||||
"@fluencelabs/interfaces": "0.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluencelabs/avm": "0.35.4",
|
||||
|
Reference in New Issue
Block a user