This commit is contained in:
wz 2025-06-27 20:34:35 +02:00
parent 203339975f
commit 1ae80fdf97
5 changed files with 16 additions and 5 deletions

View file

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.0] - 2025-06-27
### Changes
- Fine tune tag pane open setting
- Address review comments
- Update README.md
- Improve code format
## [0.1.1] - 2025-03-25
### Changes

View file

@ -1,7 +1,7 @@
{
"id": "tag-index",
"name": "Tag Index",
"version": "0.1.1",
"version": "0.2.0",
"minAppVersion": "1.0.0",
"description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.",
"author": "wenlzhang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "tag-index",
"version": "0.1.1",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tag-index",
"version": "0.1.1",
"version": "0.2.0",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/jest": "^29.5.14",

View file

@ -1,6 +1,6 @@
{
"name": "tag-index",
"version": "0.1.1",
"version": "0.2.0",
"description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.",
"main": "main.js",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"0.0.1": "1.0.0",
"0.1.0": "1.0.0",
"0.1.1": "1.0.0"
"0.1.1": "1.0.0",
"0.2.0": "1.0.0"
}