diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7172a64..2b6c3c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/CHANGES.md b/CHANGES.md index 7f85301..66770e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## 0.11.0 + +1. Fixed the bug that navigator.sendBeacon sent json to backend report "No suitable request converter found for a @RequestObject List". +2. Fix reading property from null. +3. Pin selenium version and update license CI. +4. Bump dependencies. +5. Update README. + ## 0.10.0 1. Fix the ability of Fetch constructure.