chore(release): bump version to 4.4.5

This commit is contained in:
2026-06-30 13:57:34 +05:30
parent e72b863362
commit 94906a068a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ describe('Project version consistency', () => {
});
test('README contains current version string', () => {
expect(readme).toContain('v4.4.4');
expect(readme).toContain(`v${packageJson.version}`);
});
});