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