Skip to content

Commit 7973118

Browse files
committed
Version bump + changelog
1 parent d52ad23 commit 7973118

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

constants/changelog.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export interface ChangelogRelease {
1919
}
2020
export const CHANGELOG: ChangelogRelease[] = [
2121
{
22-
version: '3.8.TESTFLIGHT',
23-
date: '2026-08-XX',
22+
version: '3.8.36',
23+
date: '2026-08-09',
2424
sections: [
2525
{
2626
title: 'New Features',
27-
items: ['Added new add dialogue to the search page + queue'],
27+
items: ['Added new add dialogue to the search page + cart like functionality'],
2828
},
2929
{
3030
title: 'Bugs Fixed',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qRemote",
3-
"version": "3.8.35",
3+
"version": "3.8.36",
44
"easBuild": true,
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)