Skip to content

Commit 93dbc8d

Browse files
chore(release): 0.6.9 🚀
1 parent 6dafcce commit 93dbc8d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standa
55
### [0.6.9](https://github.com/programinglive/todo/compare/v0.6.8...v0.6.9) (2025-11-02)
66

77

8+
### 🐛 Bug Fixes
9+
10+
* stabilize drawing actions and tag creation ([6dafcce](https://github.com/programinglive/todo/commit/6dafcce54dd2049f1171be6c7633b3704e2c2c76))
11+
12+
### [0.6.9](https://github.com/programinglive/todo/compare/v0.6.8...v0.6.9) (2025-11-02)
13+
14+
815
### 🐛 Bug Fixes
916

1017
* ensure tag creation uses axios with credentials to avoid intermittent 419 errors and adjust todo form ordering

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "todo-app",
4-
"version": "0.6.8",
4+
"version": "0.6.9",
55
"private": true,
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)