mirror of
https://github.com/wenlzhang/obsidian-tag-index.git
synced 2026-07-22 05:44:03 +00:00
0.1.1
This commit is contained in:
parent
0b22572cd6
commit
e7ea3dd50f
5 changed files with 19 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
|
||||
## [0.1.1] - 2025-03-25
|
||||
|
||||
### Changes
|
||||
|
||||
- Address review comments
|
||||
- Update README.md
|
||||
- Update README.md
|
||||
- Add demo
|
||||
- Update README.md
|
||||
- Create LICENSE
|
||||
- Improve code format
|
||||
|
||||
## [0.1.0] - 2025-03-24
|
||||
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "tag-index",
|
||||
"name": "Tag Index",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"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
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "tag-index",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tag-index",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tag-index",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"0.0.1": "1.0.0",
|
||||
"0.1.0": "1.0.0"
|
||||
"0.1.0": "1.0.0",
|
||||
"0.1.1": "1.0.0"
|
||||
}
|
||||
Loading…
Reference in a new issue