Skip to content

Commit

Permalink
version 0.5.1 (#8)
Browse files Browse the repository at this point in the history
* new version, updated CHANGELOG.md

* renamed fixed -> removed in CHANGELOG.md of 0.5.1

---------

Co-authored-by: Yehor Podporinov <[email protected]>
  • Loading branch information
yehor-podporinov and Yehor Podporinov authored Oct 11, 2023
1 parent abf0e3a commit bd1d055
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## [0.5.1] - 2023-10-11
#### Removed
- "v" of tag in regexp for GitLab CI

## [0.5.0] - 2023-10-10
#### Added
- Modules trees for unverified users
Expand Down Expand Up @@ -81,7 +85,8 @@ for further information about branching and tagging conventions.
#### Under the hood changes
- Initiated and setup project

[Unreleased]: https://github.com/acs-dl/admin-panel/compare/0.5.0...main
[Unreleased]: https://github.com/acs-dl/admin-panel/compare/0.5.1...main
[0.5.1]: https://github.com/acs-dl/admin-panel/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/acs-dl/admin-panel/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/acs-dl/admin-panel/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/acs-dl/admin-panel/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "access-control-system",
"version": "0.5.0",
"version": "0.5.1",
"gitHooks": {
"pre-commit": "yarn lint",
"pre-push": "yarn test && yarn rsc"
Expand Down

0 comments on commit bd1d055

Please sign in to comment.