Skip to content

Commit

Permalink
release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Mar 25, 2022
1 parent 35b448d commit 57b50d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# JLed changelog (github.com/jandelgado/jled)

## [2022-02-24] 4.10.0

* new: `On`, `Off` and `Set` now take an optional `duration` value, making
these effects behave like any in this regard. This allows to add
an `On` effect to a `JLedSequence` for a specific amount of time.

## [2022-02-24] 4.9.1

* fix: make sure JLedSequence methods like `Repeat` and `Forever` are chainable
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": "JLed",
"version": "4.9.1",
"version": "4.10.0",
"description": "An embedded library to control LEDs",
"license": "MIT",
"frameworks": ["espidf", "arduino", "mbed"],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=JLed
version=4.9.1
version=4.10.0
author=Jan Delgado <jdelgado[at]gmx.net>
maintainer=Jan Delgado <jdelgado[at]gmx.net>
sentence=An Arduino library to control LEDs
Expand Down

0 comments on commit 57b50d4

Please sign in to comment.