Skip to content

Commit

Permalink
chore(release): 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed Jan 23, 2023
1 parent e527567 commit 0f3c1d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.3.6](https://github.com/LilaRest/obsidian-custom-classes/compare/1.3.5...1.3.6) (2023-01-23)

### [1.3.5](https://github.com/LilaRest/obsidian-custom-classes/compare/1.3.4...1.3.5) (2023-01-23)

### [1.3.4](https://github.com/LilaRest/obsidian-custom-classes/compare/1.3.3...1.3.4) (2023-01-23)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-custom-classes",
"name": "Obsidian Custom Classes",
"version": "1.3.5",
"version": "1.3.6",
"minAppVersion": "0.15.0",
"description": "Custom Classes is a minimalist plugin that allows you to add custom HTML classes to markdown blocks",
"author": "Lila Rest <mail@lila.rest>",
"authorUrl": "https://lila.rest",
"fundingUrl": "https://lila.rest/donations",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "obsidian-custom-classes",
"version": "1.3.5",
"version": "1.3.6",
"description": "Custom Classes is a minimalist Obsidian plugin that allows you to add custom HTML classes to markdown blocks",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"version": "node version-bump.mjs && git add manifest.json versions.json && git commit -m 'Update version'",
"release": "standard-version"
},
"standard-version": {
Expand Down

0 comments on commit 0f3c1d7

Please sign in to comment.