Skip to content

Commit b3f1037

Browse files
committed
feat: rename package to @ficusjs/router
1 parent c2d473e commit b3f1037

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2021-02-06
9+
10+
### Changed
11+
- Rename package to @ficusjs/router
12+
813
## [1.1.2] - 2020-10-06
914

1015
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ficusjs-router",
3-
"version": "1.1.2",
2+
"name": "@ficusjs/router",
3+
"version": "2.0.0",
44
"description": "Lightweight standalone client-side router that supports history and hash routing",
55
"main": "dist/router.js",
66
"module": "dist/router.js",

0 commit comments

Comments
 (0)