Skip to content

Commit 5c8299e

Browse files
author
semantic-release
committed
0.12.2
Automatically generated by python-semantic-release
1 parent 8bfd8fd commit 5c8299e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.12.2 (2025-02-28)
5+
6+
### Bug Fixes
7+
8+
- Update initialization method to use window.init on DOMContentLoaded
9+
([#140](https://github.com/xability/py-maidr/pull/140),
10+
[`8bfd8fd`](https://github.com/xability/py-maidr/commit/8bfd8fdfbb0f027d8e91645b6cc056c9c65ad9bf))
11+
12+
413
## v0.12.1 (2025-02-28)
514

615
### Bug Fixes

maidr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.1"
1+
__version__ = "0.12.2"
22

33
from .core import Maidr
44
from .core.enum import PlotType

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "maidr"
7-
version = "0.12.1"
7+
version = "0.12.2"
88
description = "Multimodal Access and Interactive Data Representations"
99
authors = [
1010
"JooYoung Seo <[email protected]>",

0 commit comments

Comments
 (0)