Skip to content

Commit

Permalink
🔖(release): release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsograca committed Jun 21, 2024
1 parent 5866ecb commit 34a4035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-06-21

### Added
- The ability to add a corner radius to the QR code's quiet zone

Expand All @@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Project Initialization

[unreleased]: https://github.com/afonsograca/react-native-qr-code/compare/0.1.4...HEAD
[unreleased]: https://github.com/afonsograca/react-native-qr-code/compare/0.2.0...HEAD

[0.2.0]: https://github.com/afonsograca/react-native-qr-code/compare/0.1.4...0.2.0
[0.1.4]: https://github.com/afonsograca/react-native-qr-code/compare/0.1.3...0.1.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-qrcode-composer",
"version": "0.1.4",
"version": "0.2.0",
"scripts": {
"prepare": "bob build",
"release": "release-it",
Expand Down

0 comments on commit 34a4035

Please sign in to comment.