|
13 | 13 | > MINOR version when you add functionality in a backward compatible manner <br/> |
14 | 14 | > PATCH version when you make backward compatible bug fixes <br/> |
15 | 15 |
|
16 | | -## [Unreleased] |
| 16 | +## [1.2.0-alpha](https://github.com/chingu-x/chingu-dashboard-be/compare/1.1.0-alpha...v1.2.0-alpha) (2025-02-13) |
17 | 17 |
|
18 | | -### Added |
19 | | - |
20 | | -- Added release please github actions ([#235])(https://github.com/chingu-x/chingu-dashboard-be/pull/235) |
21 | | -- Added version release link to Swagger docs ([#218](https://github.com/chingu-x/chingu-dashboard-be/pull/231)) |
22 | | -- Added status, email, discordId query to solo project get endpoint ([#237](https://github.com/chingu-x/chingu-dashboard-be/pull/237)) |
23 | 18 |
|
24 | | -### Changed |
| 19 | +### Features |
25 | 20 |
|
26 | | -- Updated readme for installation part ([#225])(https://github.com/chingu-x/chingu-dashboard-be/pull/225) |
27 | | -- Updated nestjs packages to latest version ([#233])(https://github.com/chingu-x/chingu-dashboard-be/pull/233) |
28 | | -- Refactoring of email service + unit tests ([#232](https://github.com/chingu-x/chingu-dashboard-be/pull/232)) |
29 | | -- Refactored solo project get endpoint input validation ([#237](https://github.com/chingu-x/chingu-dashboard-be/pull/237)) |
| 21 | +* (solo project) Add solo project status, email and discordId query params to GET endpoint ([06e8d63](https://github.com/chingu-x/chingu-dashboard-be/commit/06e8d63d6128f5224b9f7897918d3fdfbe34b721)) |
| 22 | +* Stage 1 - add parseConfig field to Question and OptionChoice models ([#238](https://github.com/chingu-x/chingu-dashboard-be/issues/238)) ([5890679](https://github.com/chingu-x/chingu-dashboard-be/commit/58906790430ec9ac61f30e387aab8b6da200b70c)) |
| 23 | +* **tests:** extend Jest with additional matchers for better testing ([ea49075](https://github.com/chingu-x/chingu-dashboard-be/commit/ea49075481a5f8a48115005908d74407be028ab8)) |
| 24 | +* Added release please github actions ([#235])(https://github.com/chingu-x/chingu-dashboard-be/pull/235) |
| 25 | +* Added version release link to Swagger docs ([#218](https://github.com/chingu-x/chingu-dashboard-be/pull/231)) |
| 26 | +* Added status, email, discordId query to solo project get endpoint ([#237](https://github.com/chingu-x/chingu-dashboard-be/pull/237)) |
30 | 27 |
|
31 | | -### Fixed |
32 | | -- fixed POST voyages/teams/{teamId}/techs bug , verify that categoryId is owned by correct team ([#229](https://github.com/chingu-x/chingu-dashboard-be/pull/229)) |
| 28 | +### Improvements / Refactoring |
| 29 | +* Updated readme for installation part ([#225])(https://github.com/chingu-x/chingu-dashboard-be/pull/225) |
| 30 | +* Updated nestjs packages to latest version ([#233])(https://github.com/chingu-x/chingu-dashboard-be/pull/233) |
| 31 | +* Refactoring of email service + unit tests ([#232](https://github.com/chingu-x/chingu-dashboard-be/pull/232)) |
| 32 | +* Refactored solo project get endpoint input validation ([#237](https://github.com/chingu-x/chingu-dashboard-be/pull/237)) |
33 | 33 |
|
34 | | -### Removed |
| 34 | +### Bug Fixes |
35 | 35 |
|
| 36 | +* **eslint.config.mjs:** correct import and plugin names, adjust tsconfig.json path ([feadabd](https://github.com/chingu-x/chingu-dashboard-be/commit/feadabd38759c3fd09f20ae2732401bdad812f3f)) |
| 37 | +* **package.json:** downgrade several packages to ensure compatibility ([cf9e090](https://github.com/chingu-x/chingu-dashboard-be/commit/cf9e0900874274aad6a3f7a60e3e1ccef41e81e2)) |
| 38 | +* **tests:** correct usage of jest-extended matchers in various test files ([2361bb0](https://github.com/chingu-x/chingu-dashboard-be/commit/2361bb07973f0cd6bb4da3ec3e040ef3917560b5)) |
| 39 | +* **tests:** corrected 'toBeArray' and 'toBeObject' to be called as functions instead as a property access. ([249c8dc](https://github.com/chingu-x/chingu-dashboard-be/commit/249c8dc51ddd9e4aeb51b98178b551fd58e3835a)) |
| 40 | +* fixed POST voyages/teams/{teamId}/techs bug , verify that categoryId is owned by correct team ([#229](https://github.com/chingu-x/chingu-dashboard-be/pull/229)) |
36 | 41 |
|
37 | 42 | ## [v1.1.0-alpha] |
38 | 43 |
|
|
0 commit comments