fix(core): Ensure stability and performance improvements

This commit is contained in:
2024-10-06 20:18:16 +02:00
parent 4e7bcfd48d
commit bd943726eb
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrouter',
version: '1.2.0',
version: '1.2.1',
description: 'A JavaScript library providing routing capabilities for web applications.'
}