Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 3.75 KB

1.3.1 (2023-02-27)

Bug Fixes

  • add images field to the api (1daaa10)

1.3.0 (2023-02-27)

Features

Bug Fixes

Chore

Refactor

1.2.0 (2023-01-12)

Features

  • add endpoint to delete a listing by id (ba0ec24)
  • add endpoint to get all listings (f0f9dfb)
  • add endpoint to get listing by id (bbee5d7)

Chore

  • update gitignore file (7e1f55a)
  • update package json with commit type (1c12fbb)

1.1.0 (2023-01-12)

Features

  • add endpoint to create new user (f6f3ad0)
  • add endpoint to delete user (a245002)
  • add endpoint to fetch user listings (7dda7e1)
  • add endpoint to get all users (fe0b053)
  • add endpoints for getting user data (d155062)

Bug Fixes

  • add husky, release-it and commitlint (1b9a13d)

next-fullstack-project

1.0.0

Major Changes

  • User API's available.