File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ [ 0.0.5] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.5 ) - 2025-02-07
5+ ---------------------------------------------------------------------------
6+
7+ ### Added
8+ - Add docs to package.json (#22 )
9+ - Remove post requests (#21 )
10+
411[ 0.0.4] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.4 ) - 2025-02-07
512---------------------------------------------------------------------------
613
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from 'path';
44function generateHtml ( ) {
55 const config = {
66 repoAddress : 'https://github.com/raphjaph/ordapi' ,
7- version : 'v0.0.4 '
7+ version : 'v0.0.5 '
88 } ;
99 const scriptsContent = fs . readFileSync ( 'docs/scripts.js' , 'utf-8' ) ;
1010 const apiDocs = JSON . parse ( fs . readFileSync ( 'docs/api-docs.json' , 'utf-8' ) ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " ordapi" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "license" : " CC0-1.0" ,
55 "homepage" : " https://raphjaph.github.io/ordapi" ,
66 "docs" : " https://raphjaph.github.io/ordapi" ,
You can’t perform that action at this time.
0 commit comments