Skip to content

Commit

Permalink
bump v upd changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Jan 25, 2024
1 parent 9da5914 commit 9734b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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).

## [Unreleased]
## [2.7.0] - 2024-01-25
#### Added
- Maintenance page
- Check MetaMask version
- Iden3 Core v2 compatible snap

#### Fixed
- Remove the option to connect any other wallets except Metamask
Expand Down Expand Up @@ -183,7 +184,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.6.1...main
[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.7.0...main
[2.7.0]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.6.1...2.7.0
[2.6.1]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.6.0...2.6.1
[2.6.0]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.2...2.6.0
[2.5.2]: https://gitlab.com/distributed_lab/frontend/react-template/compare/2.5.1...2.5.2
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.6.0",
"version": "2.7.0",
"gitHooks": {
"pre-commit": "tsc && yarn lint",
"pre-push": "yarn rsc"
Expand Down

0 comments on commit 9734b38

Please sign in to comment.