Skip to content

Commit f193899

Browse files
chore(main): release 10.3.2 (#346)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3356aaf commit f193899

5 files changed

+12
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.3.1"
2+
".": "10.3.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [10.3.2](https://github.com/javalent/admonitions/compare/10.3.1...10.3.2) (2024-06-01)
6+
7+
8+
### Bug Fixes
9+
10+
* Fixes issue where the admonition suggester crashed (close [#342](https://github.com/javalent/admonitions/issues/342), close [#343](https://github.com/javalent/admonitions/issues/343)) ([3356aaf](https://github.com/javalent/admonitions/commit/3356aafa89216077f41df5b52261afb6d0397e84))
11+
512
## [10.3.1](https://github.com/javalent/admonitions/compare/10.3.0...10.3.1) (2024-05-23)
613

714

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "10.3.1",
4+
"version": "10.3.2",
55
"minAppVersion": "1.1.0",
66
"description": "Enhanced callouts for Obsidian.md",
77
"author": "Jeremy Valentine",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "10.3.1",
3+
"version": "10.3.2",
44
"description": "Enhanced callouts for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)