Skip to content

Commit f90dce5

Browse files
chore(main): release 1.1.3 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b5ab41 commit f90dce5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.1.3"
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+
## [1.1.3](https://github.com/loiccoyle/tinyticker/compare/v1.1.2...v1.1.3) (2024-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct `previousClose` price ([#65](https://github.com/loiccoyle/tinyticker/issues/65)) ([dfbfde7](https://github.com/loiccoyle/tinyticker/commit/dfbfde75f9f0bff3c77da403c1a4e00d3e4aa7f0))
9+
310
## [1.1.2](https://github.com/loiccoyle/tinyticker/compare/v1.1.1...v1.1.2) (2024-09-21)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tinyticker"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "A tiny Raspberry Pi powered ePaper ticker."
55
authors = ["Loic Coyle <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)