Skip to content

Commit

Permalink
chore(main): release aqua 0.14.2 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 21, 2024
1 parent b22762c commit 27f132f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.1"
".": "0.14.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.2](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.1...aqua-v0.14.2) (2024-02-21)


### Bug Fixes

* **compiler:** Recursively find abilities [LNG-338] ([#1086](https://github.com/fluencelabs/aqua/issues/1086)) ([b22762c](https://github.com/fluencelabs/aqua/commit/b22762ca6d6ed443a930780c928c7b72ae6a50f6))

## [0.14.1](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.0...aqua-v0.14.1) (2024-02-20)


Expand Down
2 changes: 1 addition & 1 deletion api/api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.14.1",
"version": "0.14.2",
"description": "Aqua API",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BundleJS.*

val aquaVersion = "0.14.1"
val aquaVersion = "0.14.2"

val scalaV = "3.4.0"
val catsV = "2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"prettier": {},
"devDependencies": {
"@fluencelabs/aqua-api": "0.14.1",
"@fluencelabs/aqua-api": "0.14.2",
"@fluencelabs/aqua-lib": "0.10.1",
"@types/jest": "29.5.11",
"@types/node": "18.19.10",
Expand Down
2 changes: 1 addition & 1 deletion language-server/language-server-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.14.1",
"version": "0.14.2",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27f132f

Please sign in to comment.