Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 13, 2024
1 parent 3b33a34 commit 3e799b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2024-03-13
#### Fixed
- Envs

## [1.0.0] - 2024-03-13
#### Added
- Worldcoin integration

[Unreleased]: https://github.com/rarimo/web-client-worldcoin-id/compare/1.0.0...main
[Unreleased]: https://github.com/rarimo/web-client-worldcoin-id/compare/1.0.1...main
[1.0.1]: https://github.com/rarimo/web-client-worldcoin-id/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/rarimo/web-client-worldcoin-id/tags/1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-template",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"gitHooks": {
"pre-commit": "tsc && yarn lint",
"pre-push": "yarn rsc"
Expand Down

0 comments on commit 3e799b8

Please sign in to comment.