Skip to content

Commit e789571

Browse files
committed
build: release 1.1.0
1 parent f246343 commit e789571

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+
## [1.1.0] - 2025-08-21
11+
1012
### ⚡ Changes
1113

1214
- Bumped AndroidX media3 to `1.8.0` from `1.6.1`.
@@ -233,7 +235,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
233235

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

236-
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v1.0.0...HEAD
238+
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v1.1.0...HEAD
239+
[1.1.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v1.0.0...v1.1.0
237240
[1.0.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.9.0...v1.0.0
238241
[0.9.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.8.0...v0.9.0
239242
[0.8.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.7.5...v0.8.0

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": "1.0.0",
3+
"version": "1.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": "1.0.0",
3+
"version": "1.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)