Skip to content

Commit 43dd02b

Browse files
committed
Bump version
1 parent dc51b5a commit 43dd02b

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

CHANELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.4.2] - 2024-02-05
4+
5+
- Fixed 403 error response on smartglass calls. #192 (Credits @alexwarddev1230)
6+
37
## [1.4.1] - 2022-09-03
48

59
### Added

package-lock.json

Lines changed: 15 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xbox-webapi",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Xbox Web API client in Node.JS that supports Smartglass commands to control the Xbox",
55
"main": "src/client.js",
66
"bin": {

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectKey=unknownskl_xbox-webapi-node
2-
sonar.projectVersion=1.4.0
2+
sonar.projectVersion=1.4.2
33
sonar.organization=unknownskl-github
44
sonar.sources=src
55
sonar.tests=tests

0 commit comments

Comments
 (0)