Skip to content

Commit

Permalink
v7.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 12, 2023
1 parent 4914ad6 commit 0bb6847
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 91 deletions.
3 changes: 3 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

# 7.5.2 (2023-10-12)
* Fix: myQ has begun adapting their OAuth flow and tightening up some tidbits. We adapt. Hat tip to @drysart and @justinlindh for the legwork on this one.

# 7.5.1 (2023-09-17)
* Housekeeping.

Expand Down
179 changes: 94 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hjdhjd/myq",
"type": "module",
"version": "7.5.1",
"version": "7.5.2",
"displayName": "myQ API",
"description": "A nearly complete and modern implementation of the Liftmaster / Chamberlain myQ API.",
"author": {
Expand Down Expand Up @@ -41,11 +41,11 @@
"watch": "npm run build && npm link && nodemon"
},
"devDependencies": {
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"rimraf": "5.0.1",
"@types/node": "20.8.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"rimraf": "5.0.5",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down

0 comments on commit 0bb6847

Please sign in to comment.