Skip to content

Commit

Permalink
Initial release (sync with npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerdnu committed Oct 15, 2023
1 parent 1dfe91c commit 6b86878
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.0.1 (2023-10-14)
## [0.0.2] (2023-10-16)

### Added
#### Added

- Initial release.
- Initial release (sync with npm).

## 0.0.1 (2023-10-15)

#### Added

- Initial release.

[0.0.2]: https://github.com/xerdnu/react-native-blasted-image/compare/v0.0.1...v0.0.2
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blasted-image",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple yet powerful image component for React Native, powered by Glide and SDWebImage",
"main": "index.js",
"scripts": {
Expand All @@ -26,5 +26,4 @@
"sourceDir": "./android"
}
}

}

0 comments on commit 6b86878

Please sign in to comment.