Skip to content

Commit 5193f14

Browse files
author
GitHub Actions release workflow
committed
chore: release v0.8.9
1 parent c4c1792 commit 5193f14

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.8.9 - 2023-04-18
11+
1012
## 0.8.8 - 2023-04-12
1113

1214
## 0.8.7 - 2023-03-22

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"ts-jest": "^26.5.1",
3636
"typescript": "4.6.x"
3737
},
38-
"version": "0.8.8"
38+
"version": "0.8.9"
3939
}

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/api",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "JavaScript API for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"license": "GPL-3.0-only",

packages/definitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/definitions",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "Subsocial definitions using @polkadot/typegen to generate type definitions",
55
"main": "index.js",
66
"repository": "https://github.com/dappforce/subsocial-js/packages/definitions",

packages/elasticsearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/elasticsearch",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "Elasticsearch API for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"license": "GPL-3.0-only",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/utils",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "JavaScript utils for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"main": "index.js",

0 commit comments

Comments
 (0)