Skip to content

Commit 330689e

Browse files
author
Heimer
committed
chore: release 1.1.2
1 parent 976f9e1 commit 330689e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## <small>1.1.2 (2025-11-19)</small>
4+
5+
* chore: enhance GitHub Actions workflow to fetch previous tags and generate detailed release notes ([e96ef64](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/e96ef64))
6+
* chore(ci): simplify release workflow with release-it integration ([976f9e1](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/976f9e1))
7+
* chore(deps-dev): bump @react-native-community/cli from 15.0.0 to 17.0.1 ([09068fa](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/09068fa))
8+
* chore(deps): bump js-yaml from 3.14.1 to 3.14.2 ([c676001](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/c676001))
9+
* chore(deps): update babel and ark dependencies ([14a82e0](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/14a82e0))
10+
* fix(android): barcode scan returns empty array despite successful detection ([b867af5](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/b867af5))
11+
* fix(android): replace BaseReactPackage with ReactPackage for RN 0.70-0.73 compatibility ([096b179](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/096b179))
12+
* docs: update README to include --clean option in prebuild command for clarity ([e018b18](https://github.com/nguyenthanhan/react-native-image-code-scanner/commit/e018b18))
13+
314
All notable changes to this project will be documented in this file.
415

516
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-code-scanner",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A lightweight, high-performance React Native library for scanning QR codes and barcodes from images with automatic preprocessing for optimal recognition.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)