diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e41f1..a37bd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.24](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.23...v2.1.24) (2026-02-15) + ### [2.1.23](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.22...v2.1.23) (2026-02-01) ### [2.1.22](https://github.com/jamenamcinteer/react-qr-barcode-scanner/compare/v2.1.21...v2.1.22) (2026-01-29) diff --git a/package.json b/package.json index fecfa09..56745a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-qr-barcode-scanner", - "version": "2.1.23", + "version": "2.1.24", "description": "A simple React Component using the client's webcam to read barcodes and QR codes.", "main": "dist/index.js", "types": "dist/index.d.ts",