Skip to content

Commit

Permalink
AT-10890: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 22, 2023
1 parent 0a047d4 commit d466f5b
Show file tree
Hide file tree
Showing 4 changed files with 3,430 additions and 1,845 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x, 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.2.0] - 2023-11-24

### Fixed
- Fixed support for proxy. Thank you @ertanden ([597](https://github.com/amplify-education/serverless-domain-manager/pull/597))
- Updated packages

## [7.1.2] - 2023-08-14

### Fixed
Expand Down
Loading

0 comments on commit d466f5b

Please sign in to comment.