File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77
88## [ Unreleased]
99
10+ ## [ 4.0.0-beta.1] - 2026-07-04
11+
1012### ❗ Breaking Changes
1113
1214- Removed ` updateConfigs() ` function.
@@ -435,7 +437,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
435437
436438Add section to make ` release-it ` not complain that this is missing. 2024-07-20 is when we really started working on this repository.
437439
438- [ Unreleased ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v3.2.1...HEAD
440+ [ Unreleased ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v4.0.0-beta.1...HEAD
441+ [ 4.0.0-beta.1 ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v3.2.1...v4.0.0-beta.1
439442[ 3.2.1 ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v3.2.0...v3.2.1
440443[ 3.2.0 ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v3.1.0...v3.2.0
441444[ 3.1.0 ] : https://github.com/MissingCore/react-native-metadata-retriever/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " example" ,
3- "version" : " 3.2 .1" ,
3+ "version" : " 4.0.0-beta .1" ,
44 "main" : " index.ts" ,
55 "private" : true ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @missingcore/react-native-metadata-retriever" ,
3- "version" : " 3.2 .1" ,
3+ "version" : " 4.0.0-beta .1" ,
44 "description" : " React Native wrapper for Android's unstable `MetadataRetriever` API." ,
55 "main" : " ./lib/module/index.js" ,
66 "types" : " ./lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments