Skip to content

Commit

Permalink
PATCH RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
vscheuber committed Aug 5, 2024
1 parent 428e4de commit a6ab501
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: 22.4.x
NODE_VERSION: 22

jobs:
build:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
needs: [build]
strategy:
matrix:
node-version: [22.4.x, 20, 18]
node-version: [22, 20, 18]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

# Service containers to run with `test`
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- rockcarver/frodo-cli#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.

## [2.0.1-2] - 2024-08-05

### Fixed
Expand Down

0 comments on commit a6ab501

Please sign in to comment.