Skip to content

Commit 017d771

Browse files
authored
Release 0.0.4 (#20)
1 parent f875672 commit 017d771

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
[0.0.3](https://github.com/raphjaph/ordapi/releases/tag/0.0.3) - 2025-02-04
512
---------------------------------------------------------------------------
613

docs/generateHtml.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path';
44
function generateHtml() {
55
const config = {
66
repoAddress: 'https://github.com/raphjaph/ordapi',
7-
version: 'v0.0.3'
7+
version: 'v0.0.4'
88
};
99
const scriptsContent = fs.readFileSync('docs/scripts.js', 'utf-8');
1010
const apiDocs = JSON.parse(fs.readFileSync('docs/api-docs.json', 'utf-8'));
@@ -223,4 +223,4 @@ function generateHtml() {
223223
console.log('Documentation HTML generated successfully!');
224224
}
225225

226-
generateHtml();
226+
generateHtml();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ordapi",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"license": "CC0-1.0",
55
"keywords": [
66
"ordinals",

0 commit comments

Comments
 (0)