Skip to content

Commit 104bb41

Browse files
chore(release): 0.0.15 [skip ci]
1 parent 7936df9 commit 104bb41

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.0.15](https://github.com/pkcprotocol/pkc-js/compare/v0.0.14...v0.0.15) (2026-04-12)
4+
5+
### Features
6+
7+
* **schema:** make communityAddress optional in publication creation ([2ad308c](https://github.com/pkcprotocol/pkc-js/commit/2ad308c1ecd843dd05c4b0fb75b83147f745b111))
8+
9+
### Bug Fixes
10+
11+
* **purge:** prevent comment edits from being purged during pre-rebranding DB migration ([f339690](https://github.com/pkcprotocol/pkc-js/commit/f339690e6cdf367f1c1ed635e80711f934f67e1b))
12+
* **rpc:** send communityName/communityPublicKey instead of communityAddress ([8d03773](https://github.com/pkcprotocol/pkc-js/commit/8d03773fd6e7916b03c638c043f3173335698e34))
13+
314
## [0.0.14](https://github.com/pkcprotocol/pkc-js/compare/v0.0.13...v0.0.14) (2026-04-11)
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkcprotocol/pkc-js",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"type": "module",
55
"scripts": {
66
"prebuild": "node config/generate-version.js",

0 commit comments

Comments
 (0)