Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tazo90 committed May 25, 2021
1 parent bb46724 commit 7b098f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## v0.1.0 25/05/2021

Nodemon set up and missing deps.

### Added

- Nodemon set up for debug purposes
- amqplib and cross-env deps
- yarn.lock file
- .gitignore file

### Changed

- Modify Event class to use readonly fields

## v0.4.0 21/05/2021

Initial release.
Expand Down
2 changes: 1 addition & 1 deletion src/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export default class Event implements IEvent {
toDTO(): Record<string, string> {
return Object.fromEntries(Object.entries(this));
}
}
}

0 comments on commit 7b098f0

Please sign in to comment.