Skip to content

Commit e2e248c

Browse files
committed
build: release 2.3.0
1 parent 4beb912 commit e2e248c

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+
## [2.3.0] - 2026-01-23
11+
1012
### 🎉 Added
1113

1214
- Add support for `discNumber` & `totalDiscCount` fields for ID3 (via https://github.com/MissingCore/media/commit/2ef44ffa0f8d0789f80bd17914734a65d955591c).
@@ -317,7 +319,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
317319

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

320-
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.2.1...HEAD
322+
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.3.0...HEAD
323+
[2.3.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.2.1...v2.3.0
321324
[2.2.1]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.2.0...v2.2.1
322325
[2.2.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.2.0-beta.1...v2.2.0
323326
[2.2.0-beta.1]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v2.1.0...v2.2.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.2.1",
3+
"version": "2.3.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.2.1",
3+
"version": "2.3.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)