From ebb9452b8ffcb732b4ce32b99c1c7455c639e71d Mon Sep 17 00:00:00 2001
From: Matiss Janis Aboltins <matiss@mja.lv>
Date: Fri, 7 Jun 2024 21:33:23 +0100
Subject: [PATCH]  :bookmark: (api) 6.8.1: fix #2829 (#2853)

---
 packages/api/package.json      | 2 +-
 upcoming-release-notes/2853.md | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/2853.md

diff --git a/packages/api/package.json b/packages/api/package.json
index f776e3240..bf11781bf 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@actual-app/api",
-  "version": "6.8.0",
+  "version": "6.8.1",
   "license": "MIT",
   "description": "An API for Actual",
   "engines": {
diff --git a/upcoming-release-notes/2853.md b/upcoming-release-notes/2853.md
new file mode 100644
index 000000000..572a5ecc4
--- /dev/null
+++ b/upcoming-release-notes/2853.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [MatissJanis]
+---
+
+api: release 6.8.1
-- 
GitLab