Skip to content

Commit

Permalink
docs: update changes for v0.11.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Mar 15, 2024
1 parent 162286a commit b19f2c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b19f2c1

Please sign in to comment.