Skip to content

Commit 85198e4

Browse files
committed
0.5.0
1 parent ba8b245 commit 85198e4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ NOTE: Before publishing:
77
- Remove details
88
-->
99

10+
<!--
1011
<details>
11-
1212
<summary>On development changelog</summary>
13-
14-
## 0.5.0 (On development)
15-
1613
The latest on-development version can be accessed by building the source code.
1714
On this on-development version, things can be broken.
15+
</details>
16+
-->
17+
18+
## 0.5.0
1819

1920
ilo Token can now translate "o" imperative sentences such as "o toki" and "mi o lape".
2021

@@ -46,8 +47,6 @@ san:
4647
- Fix sentence capitalization: If the sentence starts with number, no
4748
capitalization will occur.
4849

49-
</details>
50-
5150
## 0.4.1
5251

5352
Released 27 Feb 2025

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"start": "deno run --allow-net --allow-read --no-prompt jsr:@std/http/file-server ./dist/",
1212
"watch": "deno run --allow-read --allow-write --allow-env --allow-net --allow-run --no-prompt ./bundle.ts watch",
13-
"update": "deno outdated --update && deno run --allow-write --allow-net --no-prompt ./telo-misikeke/update.ts",
13+
"update": "deno outdated --update && deno run --allow-write --allow-net --no-prompt ./telo_misikeke/update.ts",
1414
"build-dictionary": "deno run --allow-read --allow-write --no-prompt ./dictionary/build.ts"
1515
},
1616
"fmt": {

project_data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.5.0",
3-
"onDevelopment": true,
4-
"releaseDate": "2025-2-27"
3+
"onDevelopment": false,
4+
"releaseDate": "2025-3-9"
55
}

0 commit comments

Comments
 (0)