Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.1 #10

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/compare/v1.0.0...v1.0.1) (2024-05-03)


### Bug Fixes

* **doc:** Improve documentation rendering ([#9](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/issues/9)) ([436c86b](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/commit/436c86b51d6defed8a56dcda69a3b5c6f8eb017d))

## 1.0.0 (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Epson_PNL_CE02",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library to repurposing the control panel (PNL CE02) of EPSON XP 520/530/540 printers from an Arduino.",
"keywords": "epson, printer, control, panel",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ category=Display
url=https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02
architectures=*
# x-release-please-start-version
version=1.0.0
version=1.0.1
# x-release-please-end
2 changes: 1 addition & 1 deletion src/Epson_PNL_CE02.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* 🔺 Require a 10k pull-up resistor wired between 3.3V and Arduino pin
*
*
* @version 1.0.0 # x-release-please-version
* @version 1.0.1 # x-release-please-version
*
* @copyright MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Epson_PNL_CE02.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* 🔺 Require a 10k pull-up resistor wired between 3.3V and Arduino pin
*
*
* @version 1.0.0 # x-release-please-version
* @version 1.0.1 # x-release-please-version
*
* @copyright MIT license
*/
Expand Down
Loading