Skip to content

Commit 521e5a8

Browse files
authored
Release 0.0.5 (#23)
1 parent 0c70f57 commit 521e5a8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
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

docs/generateHtml.ts

Lines changed: 1 addition & 1 deletion
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.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'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)