From 02a1df7441341b5dc90879a785fc28b15d41c8d2 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Tue, 26 Oct 2021 07:02:25 -0500 Subject: [PATCH 1/4] Publish on new tags --- .github/workflows/npmpublish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yaml b/.github/workflows/npmpublish.yaml index 473e7dd..dfefe59 100644 --- a/.github/workflows/npmpublish.yaml +++ b/.github/workflows/npmpublish.yaml @@ -1,8 +1,9 @@ name: npm on: - release: - types: [created] + push: + tags: + - 'v*' jobs: publish: From 218b53a8090d970f17174dee7fcb76d932c5b1dc Mon Sep 17 00:00:00 2001 From: sacua <59889660+sacua@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:38:05 -0400 Subject: [PATCH 2/4] Update canada.ts --- src/constants/canada.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/canada.ts b/src/constants/canada.ts index f610330..75e4e42 100644 --- a/src/constants/canada.ts +++ b/src/constants/canada.ts @@ -71,7 +71,7 @@ const getHyundaiEnvironment = (): CanadianBrandEnvironment => { const getKiaEnvironment = (): CanadianBrandEnvironment => { return { brand: 'hyundai', - ...getEnvironment('myuvo.ca') + ...getEnvironment('kiaconnect.ca') }; }; From c64fb094588d3fde10cf92418da5e8233840b955 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Fri, 5 Nov 2021 12:32:20 -0500 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b1d6d01..31ac759 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,13 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the bug is and how to reproduce it. **Usefull info(please complete the following information):** - OS: [e.g. macOS, Windows, Linux] - Bluelinky Version [e.g. v5.2.3] - Region: [e.g. US, CA, EU] + - Brand: [kia, hyundai] **Additional context** Add any other context about the problem here. From a961b544855da0f0be27f54579145a50b167a0d8 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Sat, 6 Nov 2021 09:23:24 -0500 Subject: [PATCH 4/4] 7.6.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7cee70..9c7cc55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bluelinky", - "version": "7.6.0", + "version": "7.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "7.6.0", + "version": "7.6.2", "license": "MIT", "dependencies": { "got": "^9.6.0", diff --git a/package.json b/package.json index 2e5d540..99a5cfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluelinky", - "version": "7.6.1", + "version": "7.6.2", "description": "An unofficial nodejs API wrapper for Hyundai bluelink", "main": "dist/index.js", "types": "dist/index.d.ts",