Skip to content

Commit 0db9b55

Browse files
authored
Mark 0.0.17 (#30)
* `CTFd.pages.challenge.loadUnlock` now has a second argument that specifies the target's type (defaults to `hints`) * Added `CTFd.pages.challenge.displayHintUnlock` * Added `CTFd.pages.challenge.displaySolutionUnlock` * Deprecated `CTFd.pages.challenge.displayUnlock` * Fixed issues with `CTFd.pages.challenge.displaySolution` and `CTFd.pages.challenge.displayHint`
1 parent 8056b6d commit 0db9b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ctfdio/ctfd-js",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Javascript library for CTFd interface interactivity",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)