Skip to content

Commit 8477bbb

Browse files
chore(release): 0.0.14 [skip ci]
1 parent 2ec4d8f commit 8477bbb

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.14](https://github.com/pkcprotocol/pkc-js/compare/v0.0.13...v0.0.14) (2026-04-11)
4+
5+
### Features
6+
7+
* **challenges:** generate unique random default challenge answer per community ([f352de3](https://github.com/pkcprotocol/pkc-js/commit/f352de329643b699cc8b84baa2e99bc1adb4b842))
8+
9+
### Bug Fixes
10+
11+
* **challenges:** preserve default challenge upgrade path when default structure changes ([e0b4f42](https://github.com/pkcprotocol/pkc-js/commit/e0b4f423ab6a2ac656dffe70c1e87f1d8226411d))
12+
* prevent _purgeCommentsWithInvalidSchemaOrSignature from purging all comments ([3984f9f](https://github.com/pkcprotocol/pkc-js/commit/3984f9f2bec365df3e8d168db1837346a299682c))
13+
314
## [0.0.13](https://github.com/pkcprotocol/pkc-js/compare/v0.0.12...v0.0.13) (2026-04-10)
415

516
### Bug Fixes

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.13",
3+
"version": "0.0.14",
44
"type": "module",
55
"scripts": {
66
"prebuild": "node config/generate-version.js",

0 commit comments

Comments
 (0)