Skip to content

Commit

Permalink
chore(main): release aqua 0.9.5 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 16, 2023
1 parent 4119b7e commit ed46d62
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 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.9.4"
".": "0.9.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.5](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.4...aqua-v0.9.5) (2023-02-14)


### Bug Fixes

* **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.9 ([#661](https://github.com/fluencelabs/aqua/issues/661)) ([b49e897](https://github.com/fluencelabs/aqua/commit/b49e897ba444b0991a9c889b9b1e1816eb3f1780))

## [0.9.4](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.3...aqua-v0.9.4) (2023-02-01)


Expand Down
4 changes: 2 additions & 2 deletions api/aqua-api-npm/package-lock.json

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

2 changes: 1 addition & 1 deletion api/aqua-api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.9.4",
"version": "0.9.5",
"description": "Aqua API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val dottyVersion = "3.2.2"

scalaVersion := dottyVersion

val aquaVersion = "0.9.4"
val aquaVersion = "0.9.5"

val catsV = "2.8.0"
val catsParseV = "0.3.8"
Expand Down
4 changes: 2 additions & 2 deletions cli/cli-npm/package-lock.json

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

2 changes: 1 addition & 1 deletion cli/cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.9.4",
"version": "0.9.5",
"description": "Aqua compiler",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions language-server/language-server-npm/package-lock.json

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

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.9.4",
"version": "0.9.5",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down

0 comments on commit ed46d62

Please sign in to comment.