Skip to content

Commit daa691d

Browse files
chore(main): release 2.0.1 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db3b2e5 commit daa691d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/NEIAAC/python-template/compare/v2.0.0...v2.0.1) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove broken smooth scroll area ([db3b2e5](https://github.com/NEIAAC/python-template/commit/db3b2e55047f5331b0caaa7e3b77ca866c666393))
9+
310
## [2.0.0](https://github.com/NEIAAC/python-template/compare/v1.2.10...v2.0.0) (2025-05-23)
411

512

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)