Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 30, 2023
1 parent 0e6811b commit d862478
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.1.0 - 2023-12-30

### Added

- New `powerOnAndConnect` function on `LGTV` which will retry the connection
Expand Down
4 changes: 2 additions & 2 deletions packages/lgtv-ip-control-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lgtv-ip-control-cli",
"description": "IP Control CLI for 2018+ LG TVs",
"version": "4.0.1",
"version": "4.1.0",
"author": "Wes Souza <hey@wes.dev> (https://wes.dev/)",
"license": "MIT",
"repository": "WesSouza/lgtv-ip-control",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@commander-js/extra-typings": "^9.4.1",
"commander": "^9.4.1",
"lgtv-ip-control": "4.0.2"
"lgtv-ip-control": "4.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lgtv-ip-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lgtv-ip-control",
"description": "IP Control module for 2018+ LG TVs",
"version": "4.0.2",
"version": "4.1.0",
"author": "Wes Souza <hey@wes.dev> (https://wes.dev/)",
"license": "MIT",
"repository": "WesSouza/lgtv-ip-control",
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1778,15 +1778,20 @@ levn@^0.4.1:
type-check "~0.4.0"

"lgtv-ip-control-cli@file:/home/runner/work/lgtv-ip-control/lgtv-ip-control/packages/lgtv-ip-control-cli":
version "4.0.1"
version "4.1.0"
resolved "file:packages/lgtv-ip-control-cli"
dependencies:
"@commander-js/extra-typings" "^9.4.1"
commander "^9.4.1"
lgtv-ip-control "^4.0.0"
lgtv-ip-control "4.0.2"

lgtv-ip-control@4.0.2, "lgtv-ip-control@file:/home/runner/work/lgtv-ip-control/lgtv-ip-control/packages/lgtv-ip-control":
lgtv-ip-control@4.1.0:
version "4.0.2"
resolved "https://registry.npmjs.org/lgtv-ip-control/-/lgtv-ip-control-4.0.2.tgz"
integrity sha512-XRLRr+869aqraPC6sZYgIdmsllecWuU0McLfIYMW9poykZLpAlTpC6GkhrGvBO736aPQyTlKrz/XQKs/OmYptA==

"lgtv-ip-control@file:/home/runner/work/lgtv-ip-control/lgtv-ip-control/packages/lgtv-ip-control":
version "4.1.0"
resolved "file:packages/lgtv-ip-control"

local-pkg@^0.5.0:
Expand Down

0 comments on commit d862478

Please sign in to comment.