Skip to content

Commit

Permalink
chore(main): release aqua 0.14.9 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Jun 6, 2024
1 parent 934c20c commit af741c3
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.8"
".": "0.14.9"
}
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.9](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.8...aqua-v0.14.9) (2024-06-06)


### Features

* **compiler:** CRDT-maps implementation ([#1142](https://github.com/fluencelabs/aqua/issues/1142)) ([934c20c](https://github.com/fluencelabs/aqua/commit/934c20c98a6296f12543d49fe3f438a6dcecbfaf))

## [0.14.8](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.7...aqua-v0.14.8) (2024-05-29)


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.8",
"version": "0.14.9",
"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.8"
val aquaVersion = "0.14.9"

val scalaV = "3.4.2"
val catsV = "2.12.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.8",
"@fluencelabs/aqua-api": "0.14.9",
"@fluencelabs/aqua-lib": "0.10.2",
"@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.8",
"version": "0.14.9",
"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 af741c3

Please sign in to comment.