Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Oct 26, 2023
1 parent 38d9b9b commit e024f12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

## [1.0.2] - 2023-10-26
### Changed
- Moved to GitHub

### Fixed
- Homepage title texting

## [1.0.1] - 2023-09-04
### Fixed
- Move the Rarimo client to the function instead of constant to omit exceptions during build
Expand All @@ -17,7 +24,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.0.1...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.2...HEAD
[1.0.2]: https://gitlab.com/rarimo/scan/compare/1.0.1...1.0.2
[1.0.1]: https://gitlab.com/rarimo/scan/compare/1.0.0...1.0.1
[1.0.0]: https://gitlab.com/rarimo/scan/compare/0.1.0...1.0.0
[0.1.0]: https://gitlab.com/rarimo/scan/tags/0.1.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": "scan",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit e024f12

Please sign in to comment.