diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c16d85 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 624001a..2b04e26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sample-plugin", "name": "Sample Plugin", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", "author": "Obsidian", diff --git a/package-lock.json b/package-lock.json index 835f662..86f6db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.7.1", diff --git a/package.json b/package.json index ccd85d6..9105062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {