Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 17, 2024
1 parent 652e06c commit 74328a8
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 @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [1.4.6] - 2024-05-17
### Fixed
- `useTablePagination` hook

## [1.4.5] - 2024-05-09
### Fixed
- `ProposalDepositsRow` deposit tx parsing
Expand Down Expand Up @@ -124,7 +128,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- Initiated project

[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.5...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.6...HEAD
[1.4.6]: https://gitlab.com/rarimo/scan/compare/1.4.5...1.4.6
[1.4.5]: https://gitlab.com/rarimo/scan/compare/1.4.4...1.4.5
[1.4.4]: https://gitlab.com/rarimo/scan/compare/1.4.3...1.4.4
[1.4.3]: https://gitlab.com/rarimo/scan/compare/1.4.2...1.4.3
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": "scan",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 74328a8

Please sign in to comment.