diff --git a/.gitignore b/.gitignore index b38c266..1cbb998 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ # production /build +.env.local + # misc .DS_Store .eslintcache diff --git a/CHANGELOG.md b/CHANGELOG.md index 480cfdc..e1faa73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/.env.local b/env-example similarity index 100% rename from .env.local rename to env-example diff --git a/package.json b/package.json index 65903e6..ebdbf95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scan", - "version": "1.0.2", + "version": "1.0.3", "private": true, "gitHooks": { "pre-commit": "yarn lint",