@@ -4,8 +4,38 @@ All notable changes to this project are documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- - ** No changes yet.**
7
+ - Changes for the next release are available in development branches.
8
+
9
+ ## [ 0.0.1]
10
+
11
+ - ** Added (New features):**
12
+
13
+ - Initialize project with ** NestJS**
14
+ - Add Documentation:
15
+ - [ ` README.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/README.md )
16
+ - [ ` CHANGELOG.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/CHANGELOG.md )
17
+ - [ ` BRANCH_NAMING_GUIDELINES.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/BRANCH_NAMING_GUIDELINES.md )
18
+ - [ ` CODE_OF_CONDUCT.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/CODE_OF_CONDUCT.md )
19
+ - [ ` COMMIT_MESSAGE_GUIDELINES.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/COMMIT_MESSAGE_GUIDELINES.md )
20
+ - [ ` CONTRIBUTING.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/CONTRIBUTING.md )
21
+ - [ ` LICENSE ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/LICENSE )
22
+ - [ ` PULL_REQUEST_GUIDELINES.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/PULL_REQUEST_GUIDELINES.md )
23
+ - [ ` SECURITY.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/SECURITY.md )
24
+ - [ ` PULL_REQUEST_TEMPLATE.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/PULL_REQUEST_TEMPLATE.md )
25
+ - [ ` Issue Templates: ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE )
26
+ - [ ` bug_report.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE/bug_report.md )
27
+ - [ ` documentation_update.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE/documentation_update.md )
28
+ - [ ` feature_requestE.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE/feature_request.md )
29
+ - [ ` feedback.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE/feedback.md )
30
+ - [ ` other.md ` ] ( https://github.com/dileepadev/api.dileepa.dev/blob/main/.github/ISSUE_TEMPLATE/other.md )
31
+ - Deploy the app to the production environment.
32
+
33
+ - ** Changed (Improvements):**
34
+
35
+ - Update README.md
8
36
9
37
<!-- Unreleased -->
38
+ <!-- v0.0.1 -->
10
39
11
- [ Unreleased ] : https://github.com/dileepadev/api.dileepa.dev/tree/main
40
+ [ Unreleased ] : https://github.com/dileepadev/api.dileepa.dev/branches
41
+ [ 0.0.1 ] : https://github.com/dileepadev/api.dileepa.dev/releases/tag/v0.0.1
0 commit comments