Skip to content

Commit

Permalink
Update changelog for v4.0.1
Browse files Browse the repository at this point in the history
And fixed missed PR reference for 4.0.0
  • Loading branch information
zpao committed Aug 29, 2024
1 parent 6fedf3d commit d36e165
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.1] - 2024-08-28

### Fixed
- Corrected issue with loading types in Typescript when configured with `"moduleResolution": "Bundler"` or `"module": "ESNext"`. (#368)


## [4.0.0] - 2024-08-27

### Added
Expand All @@ -12,7 +18,7 @@

- Improved accessibility for `QRCodeSVG` by rendering a `<title>` node instead of setting a `title` attribute. (#284)
- Improved accessibility with explicit `role` set on rendered SVG and Canvas. (#321)
- Improved documentation (###)
- Improved documentation (#358)
- Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (#291)

### Deprecated
Expand Down

0 comments on commit d36e165

Please sign in to comment.