Skip to content

Commit

Permalink
Release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2023
1 parent 283c59e commit 40f1066
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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.1 - 2023-12-31

### Fixed

- Add missing tslib package dependency.
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.1.0",
"version": "4.1.1",
"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.1.0"
"lgtv-ip-control": "4.1.1"
},
"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.1.0",
"version": "4.1.1",
"author": "Wes Souza <hey@wes.dev> (https://wes.dev/)",
"license": "MIT",
"repository": "WesSouza/lgtv-ip-control",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1778,21 +1778,23 @@ 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.1.0"
version "4.1.1"
resolved "file:packages/lgtv-ip-control-cli"
dependencies:
"@commander-js/extra-typings" "^9.4.1"
commander "^9.4.1"
lgtv-ip-control "4.0.2"
lgtv-ip-control "4.1.0"

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@4.1.1:
version "4.1.0"
resolved "https://registry.npmjs.org/lgtv-ip-control/-/lgtv-ip-control-4.1.0.tgz"
integrity sha512-lNbWBVLqxr4DeHMKa00TCbN1dXK3jM45nyAA8UFQeiTeyz/fcOum7cEWnfQ0UhGpRL7mDSP4YUTQrxkLStsMwA==

"lgtv-ip-control@file:/home/runner/work/lgtv-ip-control/lgtv-ip-control/packages/lgtv-ip-control":
version "4.1.0"
version "4.1.1"
resolved "file:packages/lgtv-ip-control"
dependencies:
tslib "^2.6.2"

local-pkg@^0.5.0:
version "0.5.0"
Expand Down

0 comments on commit 40f1066

Please sign in to comment.