Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed May 3, 2024
1 parent 436c86b commit e720eef
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
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

0 comments on commit e720eef

Please sign in to comment.