Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Nov 23, 2023
1 parent 613af20 commit fa4b173
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.0.8] - 2023-11-23
### Changed
- Disabled eslint during the build in the next.config.js

## [1.0.7] - 2023-11-23
### Fixed
- Build issues
Expand Down Expand Up @@ -47,7 +51,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.7...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.8...HEAD
[1.0.8]: https://gitlab.com/rarimo/scan/compare/1.0.7...1.0.8
[1.0.7]: https://gitlab.com/rarimo/scan/compare/1.0.6...1.0.7
[1.0.6]: https://gitlab.com/rarimo/scan/compare/1.0.5...1.0.6
[1.0.5]: https://gitlab.com/rarimo/scan/compare/1.0.4...1.0.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.0.7",
"version": "1.0.8",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit fa4b173

Please sign in to comment.