Skip to content

Commit 8d02677

Browse files
authored
Merge pull request #13 from ShirleyRex/chore/excluded-env-variable-from-commit
Chore/excluded env variable from commit
2 parents 524bcb5 + 5a06870 commit 8d02677

4 files changed

Lines changed: 48 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ yarn-error.log*
3232
# typescript
3333
*.tsbuildinfo
3434
next-env.d.ts
35-
.idea
35+
.idea
36+
.env

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.18.0

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## How to use this file
9+
10+
- Start a new section for each release with the version number and release date (e.g., `## [1.2.0] - 2024-04-12`).
11+
- Track upcoming work under the `Unreleased` section before a version ships.
12+
- Group entries under the relevant headings: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
13+
- Use short, descriptive bullet points so contributors can skim the changes quickly.
14+
15+
## [Unreleased]
16+
17+
### Added
18+
19+
- _Placeholder_: Describe new features here.
20+
21+
### Changed
22+
23+
- _Placeholder_: List updates that modify existing behavior.
24+
25+
### Deprecated
26+
27+
- _Placeholder_: Note functionality that will be removed in a future release.
28+
29+
### Removed
30+
31+
- _Placeholder_: Mention features that have been removed.
32+
33+
### Fixed
34+
35+
- _Placeholder_: Summarize bug fixes.
36+
37+
### Security
38+
39+
- _Placeholder_: Detail security-related fixes or notices.
40+
41+
## [0.1.0] - 2026-01-05
42+
43+
### Added
44+
45+
- Initial public release of the project.
File renamed without changes.

0 commit comments

Comments
 (0)