Skip to content

Commit 30038ea

Browse files
authored
Release 0.0.7 (#34)
1 parent 506c9eb commit 30038ea

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
[0.0.7](https://github.com/raphjaph/ordapi/releases/tag/0.0.7) - 2025-02-13
5+
---------------------------------------------------------------------------
6+
7+
### Added
8+
- Move eslint to devDepencies (#31)
9+
410
[0.0.6](https://github.com/raphjaph/ordapi/releases/tag/0.0.6) - 2025-02-12
511
---------------------------------------------------------------------------
612

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/generateHtml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function generateHtml() {
55

66
const config = {
77
repoAddress: 'https://github.com/raphjaph/ordapi',
8-
version: 'v0.0.6'
8+
version: 'v0.0.7'
99
};
1010
const scriptsContent = fs.readFileSync('docs/scripts.js', 'utf-8');
1111
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.6",
3+
"version": "0.0.7",
44
"license": "CC0-1.0",
55
"homepage": "https://raphjaph.github.io/ordapi",
66
"docs": "https://raphjaph.github.io/ordapi",

0 commit comments

Comments
 (0)