fix(core): Fix TypeScript type definition for route match function

This commit is contained in:
2024-10-06 22:39:05 +02:00
parent 4c27d17769
commit 87be53841b
3 changed files with 7 additions and 2 deletions

View File

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