From 76e09eaeafd8869564b0104ccd344618e3ad096f Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Mon, 12 Jul 2021 12:52:36 -0400 Subject: [PATCH] 6.0.2 * chore: move this repo to loopbackio org (Diana Lau) * ci: add GitHub Actions (Diana Lau) --- CHANGES.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dcd648f..08fe819 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2021-07-12, Version 6.0.2 +========================= + + * chore: move this repo to loopbackio org (Diana Lau) + + * ci: add GitHub Actions (Diana Lau) + + 2021-06-10, Version 6.0.1 ========================= diff --git a/package-lock.json b/package-lock.json index b81ba21..4e89f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2164bf1..e7773c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "6.0.1", + "version": "6.0.2", "description": "MySQL connector for loopback-datasource-juggler", "engines": { "node": ">=10"