File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 0.0.4] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.4 ) - 2025-02-07
5
+ ---------------------------------------------------------------------------
6
+
7
+ ### Added
8
+ - Improve release scripts (#19 )
9
+ - Add recursive endpoints and docs improvements (#18 )
10
+
4
11
[ 0.0.3] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.3 ) - 2025-02-04
5
12
---------------------------------------------------------------------------
6
13
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from 'path';
4
4
function generateHtml ( ) {
5
5
const config = {
6
6
repoAddress : 'https://github.com/raphjaph/ordapi' ,
7
- version : 'v0.0.3 '
7
+ version : 'v0.0.4 '
8
8
} ;
9
9
const scriptsContent = fs . readFileSync ( 'docs/scripts.js' , 'utf-8' ) ;
10
10
const apiDocs = JSON . parse ( fs . readFileSync ( 'docs/api-docs.json' , 'utf-8' ) ) ;
@@ -223,4 +223,4 @@ function generateHtml() {
223
223
console . log ( 'Documentation HTML generated successfully!' ) ;
224
224
}
225
225
226
- generateHtml ( ) ;
226
+ generateHtml ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ordapi" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"license" : " CC0-1.0" ,
5
5
"keywords" : [
6
6
" ordinals" ,
You can’t perform that action at this time.
0 commit comments