chore(release): 1.0.1

This commit is contained in:
Olivier Cardinaux 2023-08-24 19:20:16 +02:00
parent bee43d1ad7
commit 7a4bfcf449
4 changed files with 9 additions and 4 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### 1.0.1 (2023-08-24)

View File

@ -1,7 +1,7 @@
{ {
"id": "sample-plugin", "id": "sample-plugin",
"name": "Sample Plugin", "name": "Sample Plugin",
"version": "1.0.0", "version": "1.0.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian", "author": "Obsidian",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "sample-plugin", "name": "sample-plugin",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sample-plugin", "name": "sample-plugin",
"version": "1.0.0", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^17.7.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "sample-plugin", "name": "sample-plugin",
"version": "1.0.0", "version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {