We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bd860 commit ff8680eCopy full SHA for ff8680e
CHANGELOG.md
@@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
+## [1.0.1-alpha.211] - 2025-09-14
11
+
12
+> Publish change only, tags version as `latest` in npm
13
14
## [1.0.1-alpha.210] - 2025-09-14
15
16
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@virtualstate/navigation",
3
- "version": "1.0.1-alpha.210",
+ "version": "1.0.1-alpha.211",
4
"main": "./esnext/index.js",
5
"module": "./esnext/index.js",
6
"types": "./esnext/index.d.ts",
0 commit comments