Skip to content

Latest commit

 

History

History
219 lines (123 loc) · 15 KB

File metadata and controls

219 lines (123 loc) · 15 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.11 (2024-02-14)

3.0.10 (2023-07-22)

3.0.9 (2023-05-04)

3.0.8 (2023-04-13)

3.0.7 (2023-04-10)

3.0.6 (2023-03-22)

Bug Fixes

  • update minimum node version to match mongoose (#40) (272b29e)

3.0.5 (2022-12-23)

3.0.4 (2022-12-16)

3.0.3 (2022-11-26)

Bug Fixes

  • package.json: remove auto npm publish (1c23583)

3.0.2 (2022-11-26)

3.0.1 (2022-11-26)

Bug Fixes

  • package.json: add range for Node.js versions (c0ff5bb), closes #32
  • prettier for ts files (36b66c7)

3.0.0 (2022-10-29)

⚠ BREAKING CHANGES

  • yarn start does not build before starting. Use yarn start:build if you want to build before starting. FRONT_URL has been replaced with CLIENT_URL as it is more descriptive

Bug Fixes

2.4.0 (2022-10-17)

Features

  • add a security measure to forgot-password (dad0e99)
  • add front-end url as an env variable (9dd8932)

Bug Fixes

  • include FRONT_URL in the workflow (8674603)

2.3.0 (2022-10-17)

Features

2.2.1 (2022-10-17)

2.2.0 (2022-09-23)

Features

2.1.3 (2022-09-21)

2.1.2 (2022-05-21)

Bug Fixes

  • package.json: update commitizen to secure version (12c263c)
  • update yarn.lock (66d6e5d)

2.1.1 (2022-05-20)

Bug Fixes

  • package.json: fix minimist resolution (416f6eb)

2.1.0 (2022-05-19)

Features

  • move faker to devdependencies (e09711a)

Bug Fixes

  • package.json: remove linting from start script (ffa8c7e)

2.0.0 (2022-04-26)

⚠ BREAKING CHANGES

  • components.yaml: swagger routes have to use the new components.yaml path i.e. packages/components.yaml
  • auth/refresh-token api will return user alongside access token and refresh token

Features

Bug Fixes

  • components.yaml: move components.yaml out of src (3decabe)

  • ts build removeComments (e94887f)

  • change refresh token response (948993d)

1.1.0 (2022-04-19)

Features

Bug Fixes

1.0.0 (2022-04-08)

Features

Bug Fixes

  • add env variables to node.js.yml (7bd7c28)

0.0.4 (2022-04-08)

Bug Fixes

0.0.3 (2022-04-08)

0.0.2 (2022-04-08)

Features

Bug Fixes