mirror of
https://github.com/barkstone2/vault-to-blog.git
synced 2026-07-22 05:21:19 +00:00
release: 0.1.1
This commit is contained in:
parent
52f39eaaf7
commit
c251dd2752
6 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "vault-to-blog",
|
||||
"name": "Vault to blog",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"minAppVersion": "1.5.8",
|
||||
"description": "Publish the vault to a GitHub Pages blog.",
|
||||
"author": "barkstone2",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vault-to-blog",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vault-to-blog",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.5.15",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vault-to-blog",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "An Obsidian plugin to publish an Obsidian vault or directory to a GitHub Pages blog.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
4
react-app-internal/package-lock.json
generated
4
react-app-internal/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vault-to-blog-react-app",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vault-to-blog-react-app",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@emotion/styled": "^11.13.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vault-to-blog-react-app",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"0.0.4": "1.5.8",
|
||||
"0.0.5": "1.5.8",
|
||||
"0.0.6": "1.5.8",
|
||||
"0.1.0": "1.5.8"
|
||||
"0.1.0": "1.5.8",
|
||||
"0.1.1": "1.5.8"
|
||||
}
|
||||
Loading…
Reference in a new issue