Skip to content

Commit

Permalink
build: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanChill committed Jul 26, 2024
1 parent 2fa83e7 commit 1fab0d0
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.2.0] - 2024-07-26

### Changed

- Changed package id to `com.cyanchill.missingcore.metadataretriever` from `com.missingcore.metadataretriever` (ie: to a domain we control).
Expand All @@ -24,5 +26,6 @@ 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.1.0...HEAD
[unreleased]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MissingCore/react-native-metadata-retriever/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MissingCore/react-native-metadata-retriever/releases/tag/v0.1.0
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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.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 1fab0d0

Please sign in to comment.