Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 24, 2024
1 parent c7bd13f commit 7ee0f30
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.8] - 2024-05-24
### Fixed
- `useProposalMetadata` metadata parsing

## [1.4.7] - 2024-05-21
### Fixed
- `useProposalMetadata` hook
Expand Down Expand Up @@ -132,7 +136,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.7...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.8...HEAD
[1.4.8]: https://gitlab.com/rarimo/scan/compare/1.4.7...1.4.8
[1.4.7]: https://gitlab.com/rarimo/scan/compare/1.4.6...1.4.7
[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
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.7",
"version": "1.4.8",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 7ee0f30

Please sign in to comment.