Skip to content

Commit

Permalink
fix: changelog update [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamg1304 committed Jul 4, 2024
1 parent 764e9d0 commit f0b5f43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


[1.1.0] - 2024-07-02
### Changed
- **Refactoring**

- Redesigned models to use private properties instead of public properties.
- Implemented object notation with getter and setter functions for all models.

- **Unit and E2E Testing**

- Set up Test framework using `Jest`
- Wrote unit and E2E tests to ensure nothing breaks while pushing new code
- Ensure criticla components are working properly on every build


[1.0.0] - 2024-06-11

### Added
Expand Down

0 comments on commit f0b5f43

Please sign in to comment.