Skip to content

Commit 30038ea

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

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"": {
55
"name": "ordapi",
66
"dependencies": {
7-
"typescript-eslint": "^8.24.0",
87
"zod": "^3.24.2",
98
},
109
"devDependencies": {
@@ -13,6 +12,7 @@
1312
"@types/react-dom": "^19.0.3",
1413
"react": "^19.0.0",
1514
"react-dom": "^19.0.0",
15+
"typescript-eslint": "^8.24.0",
1616
},
1717
},
1818
},

docs/generateHtml.ts

+1-1
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

+1-1
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)