Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlzhang committed Dec 12, 2024
1 parent 24ef32e commit 8b878e4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.2.1] - 2024-12-12

### Changes

- Address review comments
- Update README.md
- Update plugin info

## [0.2.0] - 2024-12-07

### Changes
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "link-maintainer",
"name": "Link Maintainer",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "1.0.0",
"description": "Maintain note links when splitting or reorganizing notes.",
"author": "wenlzhang",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "link-maintainer",
"version": "0.2.0",
"version": "0.2.1",
"description": "Maintain note links when splitting or reorganizing notes.",
"main": "main.js",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "1.0.0",
"0.2.0": "1.0.0"
"0.2.0": "1.0.0",
"0.2.1": "1.0.0"
}

0 comments on commit 8b878e4

Please sign in to comment.