Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Aug 22, 2023
1 parent e760eaa commit 8a5832b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.8.14 - 2023-05-31
### Added
- update `pinContent` method: add property 'asLink' that allow use ipfsCluster for pinning `@subsocial/utils`
- remove `memoize` for createPostSlug fn

## 0.8.13 - 2023-05-31
### Added
- add nacl realisation for asymmetric encryption to `@subsocial/utils`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"ts-jest": "^26.5.1",
"typescript": "4.6.x"
},
"version": "0.8.13"
"version": "0.8.14"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/api",
"version": "0.8.13",
"version": "0.8.14",
"description": "JavaScript API for Subsocial blockchain.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/definitions",
"version": "0.8.13",
"version": "0.8.14",
"description": "Subsocial definitions using @polkadot/typegen to generate type definitions",
"main": "index.js",
"repository": "https://github.com/dappforce/subsocial-js/packages/definitions",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/elasticsearch",
"version": "0.8.13",
"version": "0.8.14",
"description": "Elasticsearch API for Subsocial blockchain.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/utils",
"version": "0.8.13",
"version": "0.8.14",
"description": "JavaScript utils for Subsocial blockchain.",
"author": "DappForce contributors",
"main": "index.js",
Expand Down

0 comments on commit 8a5832b

Please sign in to comment.