Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 6, 2024
1 parent 910dbe3 commit 5ab24ef
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.2] - 2024-05-06
### Fixed
- Rewards amount

## [1.4.1] - 2024-05-02
### Fixed
- `UnfreezeSignerPartyProposal` Proposals type
Expand Down Expand Up @@ -108,7 +112,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.1...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.2...HEAD
[1.4.2]: https://gitlab.com/rarimo/scan/compare/1.4.1...1.4.2
[1.4.1]: https://gitlab.com/rarimo/scan/compare/1.4.0...1.4.1
[1.4.0]: https://gitlab.com/rarimo/scan/compare/1.3.1...1.4.0
[1.3.1]: https://gitlab.com/rarimo/scan/compare/1.3.0...1.3.1
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.1",
"version": "1.4.2",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 5ab24ef

Please sign in to comment.