Skip to content

Commit 5fe5c65

Browse files
committed
build: release 2.1.0
1 parent 06d03d2 commit 5fe5c65

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2025-09-29
11+
1012
### 🛠️ Fixes
1113

1214
- Build issues for New Architecture (CodeGen doesn't support imported types).
@@ -283,7 +285,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
283285

284286
Add section to make `release-it` not complain that this is missing. 2024-07-20 is when we really started working on this repository.
285287

286-
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.0.0...HEAD
288+
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.1.0...HEAD
289+
[2.1.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.0.0...v2.1.0
287290
[2.0.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.0.0-beta.2...v2.0.0
288291
[2.0.0-beta.2]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.0.0-beta.1...v2.0.0-beta.2
289292
[2.0.0-beta.1]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v1.1.0...v2.0.0-beta.1

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"main": "index",
55
"private": true,
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@missingcore/react-native-metadata-retriever",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "React Native wrapper for Android's unstable `MetadataRetriever` API.",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)