Skip to content

Commit 1a6ae50

Browse files
committed
build: release 0.7.2
1 parent 76d3d0e commit 1a6ae50

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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+
## [0.7.2] - 2025-01-31
11+
1012
### 🛠️ Fixes
1113

1214
- Parsing issue with `year` metadata field if we have an invalid value that's less than 4 characters long.
@@ -160,7 +162,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
160162

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

163-
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.7.1...HEAD
165+
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.7.2...HEAD
166+
[0.7.2]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.7.1...v0.7.2
164167
[0.7.1]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.7.0...v0.7.1
165168
[0.7.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.6.0...v0.7.0
166169
[0.6.2]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.6.1...v0.6.2

examples/benchmarking-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmarking-demo",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
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": "0.7.1",
3+
"version": "0.7.2",
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)