2 Commits

Author SHA1 Message Date
fa8ec78c1c 1.2.1 2024-10-06 20:18:17 +02:00
bd943726eb fix(core): Ensure stability and performance improvements 2024-10-06 20:18:16 +02:00
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-10-06 - 1.2.1 - fix(core)
Ensure stability and performance improvements
- Improves platform compatibility for modern web applications.
- Enhances stability of the routing logic within SmartRouter class.
## 2024-10-06 - 1.2.0 - feat(core)
Add support for base paths and sub-routers.

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartrouter",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "A JavaScript library providing routing capabilities for web applications.",
"main": "dist_ts/index.js",

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.'
}