Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi authored and ardier16 committed Dec 21, 2023
1 parent 189e882 commit 8b708a5
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 @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Fixed
- KYC providers. Fix title font size

## [2.5.2] - 2023-12-21
#### Changed
- OG image

## [2.5.1] - 2023-12-11
#### Fixed
- `Link to Rarime dashboard` design
Expand Down Expand Up @@ -159,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Under the hood changes
- Initiated and setup project

[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.1...main
[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.2...main
[2.5.2]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.1...2.5.2
[2.5.1]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.0...2.5.1
[2.5.0]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.4.5...2.5.0
[2.4.5]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.4.4...2.4.5
Expand Down
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": "2.5.1",
"version": "2.5.2",
"gitHooks": {
"pre-commit": "tsc && yarn lint",
"pre-push": "yarn rsc"
Expand Down

0 comments on commit 8b708a5

Please sign in to comment.