Skip to content

Commit

Permalink
build: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanChill committed Sep 1, 2024
1 parent 42efd84 commit cab3938
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

## [0.3.0] - 2024-09-01

### ⚡ Changes

- No longer provide `Unknown ExecutionException` & `Metadata Retrieval Error` message with promise rejection for unknown errors (ie: now default to the message in the error object).
Expand Down Expand Up @@ -53,7 +55,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

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

[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.2.2...HEAD
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarking-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmarking-demo",
"version": "0.2.2",
"version": "0.3.0",
"main": "index",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@missingcore/react-native-metadata-retriever",
"version": "0.2.2",
"version": "0.3.0",
"description": "React Native wrapper for Android's unstable `MetadataRetriever` API.",
"main": "./lib/module/index.js",
"module": "./lib/module/index.js",
Expand Down

0 comments on commit cab3938

Please sign in to comment.