From 0c4c200f21d3b9d63d0d0db73b3904612029077b Mon Sep 17 00:00:00 2001 From: Thomas Boutell Date: Thu, 31 Oct 2024 08:26:17 -0400 Subject: [PATCH 1/2] release 1.3.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23fcdd..b72f169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED +## 1.3.1 (2024-10-31) * Adds AI-generated and community-reviewed missing translations diff --git a/package.json b/package.json index c23a739..78894d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apostrophecms/login-totp", - "version": "1.3.0", + "version": "1.3.1", "description": "Adds totp (time-based one-time password) to Apostrophe login pages", "main": "index.js", "scripts": { From 783cb180a1868c521c9b6dabff14327fa445b297 Mon Sep 17 00:00:00 2001 From: Thomas Boutell Date: Thu, 31 Oct 2024 09:17:14 -0400 Subject: [PATCH 2/2] test with supported node and mongodb only --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ceacd95..b1adf50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18] - mongodb-version: [4.4, 5.0, 6.0] + # current LTS + node-version: [18, 20] + mongodb-version: [6.0, 7.0, 8.0] # Steps represent a sequence of tasks that will be executed as part of the job steps: