From ef2f7affb120c5267e60de0a8cd29e8c15b88edf Mon Sep 17 00:00:00 2001 From: Constantin Rusu Date: Sun, 15 Dec 2024 23:00:40 +0200 Subject: [PATCH] added version file --- src/version.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/version.ts diff --git a/src/version.ts b/src/version.ts new file mode 100644 index 0000000..698e4d6 --- /dev/null +++ b/src/version.ts @@ -0,0 +1,14 @@ +export const VERSION = { + current: '0.2.0', + releaseDate: '2023-12-XX', + changelog: { + '0.2.0': [ + 'Added full start to end flow', + // other changes + ], + '0.1.0': [ + 'Initial release with basic functionality', + // initial features + ] + } + }; \ No newline at end of file