Skip to content

Commit e00b5e6

Browse files
committed
release: version 1.0.0
1 parent 4ba6bee commit e00b5e6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.0] - 2024-08-05
3+
## [1.0.0] - 2024-08-06
44

55
### Added
66
- **Features:**
@@ -31,13 +31,16 @@
3131
- **Containerization:** Docker
3232

3333
### Scripts
34-
- `docker:remove`: Stops and removes Docker containers.
34+
- `docker:stop`: Stops Docker containers.
35+
- `docker:down`: Down Docker containers.
3536
- `docker:build`: Builds Docker images.
3637
- `docker:run`: Starts Docker containers.
3738
- `docker:start`: Builds and starts Docker containers.
3839
- `build`: Compiles TypeScript code.
3940
- `test`: Runs tests using Mocha (configuration in `.mochar.json`).
4041
- `start`: Starts the application with `ts-node`.
42+
- `clear`: Remove dist directory
43+
- `main`: Run node app if compiles TypeScript code
4144

4245
### Known Issues
4346
- Test functionality is not yet implemented but will be included in the next version.

0 commit comments

Comments
 (0)