Skip to content

Commit

Permalink
Merge pull request #23 from apostrophecms/release-1.3.1
Browse files Browse the repository at this point in the history
release 1.3.1
  • Loading branch information
boutell authored Oct 31, 2024
2 parents 19db964 + 783cb18 commit ccbd77e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## UNRELEASED
## 1.3.1 (2024-10-31)

* Adds AI-generated and community-reviewed missing translations

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ccbd77e

Please sign in to comment.