Skip to content

Commit 56e05ed

Browse files
committed
0.5.2
1 parent eec161c commit 56e05ed

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ NOTE: Before publishing:
77
- update this very document, don't forget to add release date
88
-->
99

10+
<!--
1011
<details>
11-
1212
<summary>On development changelog</summary>
13+
The latest on-development version can be accessed by building the source code.
14+
On this on-development version, things can be broken.
15+
</details>
16+
-->
1317

1418
## 0.5.2
1519

16-
The latest on-development version can be accessed by building the source code.
17-
On this on-development version, things can be broken.
20+
Released 14 March 2025
1821

1922
- Change "Add word" button into "Import word".
2023

21-
</details>
22-
2324
## 0.5.1
2425

2526
Released 9 Mar 2025

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@std/regexp": "jsr:@std/regexp@^1.0.1",
6363
"@std/text": "jsr:@std/text@^1.0.11",
6464
"compromise": "npm:compromise@^14.14.3",
65-
"esbuild": "npm:esbuild@^0.25.0"
65+
"esbuild": "npm:esbuild@^0.25.1"
6666
}
6767
}

deno.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.5.2",
33
"onDevelopment": true,
4-
"releaseDate": "2025-3-9"
4+
"releaseDate": "2025-3-14"
55
}

0 commit comments

Comments
 (0)