Version 0.6.2

This commit is contained in:
Mike Farr 2026-05-17 06:54:17 -04:00
parent bd5494721e
commit a7428dcbea
No known key found for this signature in database
4 changed files with 8 additions and 4 deletions

View file

@ -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)!

View file

@ -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
View file

@ -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",

View file

@ -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": {