You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
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))
* 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
+
3
14
All notable changes to this project will be documented in this file.
4
15
5
16
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-native-image-code-scanner",
3
-
"version": "1.1.1",
3
+
"version": "1.1.2",
4
4
"description": "A lightweight, high-performance React Native library for scanning QR codes and barcodes from images with automatic preprocessing for optimal recognition.",
0 commit comments