From 293200f44f3f71c96955ca6979f570cf24ecd0cb Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Sun, 26 Feb 2023 12:04:50 +0700 Subject: [PATCH] build: update version --- git-conventional-commits.yaml | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 git-conventional-commits.yaml diff --git a/git-conventional-commits.yaml b/git-conventional-commits.yaml new file mode 100644 index 0000000..3bc7fe5 --- /dev/null +++ b/git-conventional-commits.yaml @@ -0,0 +1,34 @@ +--- +convention: + commitTypes: + - feat + - fix + - perf + - refactor + - style + - test + - build + - ops + - docs + - merge + commitScopes: [] + releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]* +changelog: + commitTypes: + - feat + - fix + - perf + - merge + includeInvalidCommits: true + commitScopes: [] + commitIgnoreRegexPattern: "^WIP " + headlines: + feat: Features + fix: Bug Fixes + perf: Performance Improvements + merge: Merges + breakingChange: BREAKING CHANGES + commitUrl: https://github.com/qoomon/git-conventional-commits/commit/%commit% + commitRangeUrl: https://github.com/qoomon/git-conventional-commits/compare/%from%...%to%?diff=split + issueRegexPattern: "#[0-9]+" + issueUrl: https://github.com/qoomon/git-conventional-commits/issues/%issue% diff --git a/package.json b/package.json index eeef5fc..04ae6cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-assistant", - "version": "0.0.14", + "version": "1.0.0", "description": "Embed any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": {