Skip to content

Commit

Permalink
remove env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Oct 26, 2023
1 parent e024f12 commit 6383ce3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# production
/build

.env.local

# misc
.DS_Store
.eslintcache
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

## [1.0.3] - 2023-10-26
### Removed
- `.env.local` file

## [1.0.2] - 2023-10-26
### Changed
- Moved to GitHub
Expand All @@ -24,7 +28,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.2...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.3...HEAD
[1.0.3]: https://gitlab.com/rarimo/scan/compare/1.0.2...1.0.3
[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
Expand Down
File renamed without changes.
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.2",
"version": "1.0.3",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 6383ce3

Please sign in to comment.