mirror of
https://github.com/mfarr/obsidian-archive.git
synced 2026-07-22 05:41:33 +00:00
Version 0.6.2
This commit is contained in:
parent
bd5494721e
commit
a7428dcbea
4 changed files with 8 additions and 4 deletions
|
|
@ -66,6 +66,10 @@ AI-assisted contributions will be considered with discretion. Obviously vibe-cod
|
|||
|
||||
## Release Notes
|
||||
|
||||
### v0.6.2
|
||||
|
||||
- **Fix**: Address issues identified on Obsidian community plugin
|
||||
|
||||
### v0.6.1
|
||||
|
||||
- **New**: Add auto-archiving functionality. Thanks to [albertsj1](https://github.com/albertsj1)!
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-archiver",
|
||||
"name": "Simple Archiver",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Move old, stinky notes and folders to an archive, where they belong.",
|
||||
"author": "Mike Farr",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "simple-archiver",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "simple-archiver",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "simple-archiver",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Send old, stinky notes to the archive, where they belong.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue