Skip to content

Commit

Permalink
chore(main): release 1.1.3 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent 0b5ab41 commit f90dce5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.3](https://github.com/loiccoyle/tinyticker/compare/v1.1.2...v1.1.3) (2024-11-12)


### Bug Fixes

* use correct `previousClose` price ([#65](https://github.com/loiccoyle/tinyticker/issues/65)) ([dfbfde7](https://github.com/loiccoyle/tinyticker/commit/dfbfde75f9f0bff3c77da403c1a4e00d3e4aa7f0))

## [1.1.2](https://github.com/loiccoyle/tinyticker/compare/v1.1.1...v1.1.2) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tinyticker"
version = "1.1.2"
version = "1.1.3"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
license = "MIT"
Expand Down

0 comments on commit f90dce5

Please sign in to comment.