Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.79.0...v2.0.0) (2024-02-28)

### Features

* **users:** separated profile interfaces for org and dev users ([82da55f](82da55f))

### BREAKING CHANGES

* **users:** GET /magic/org/login/callback - now returns the new org user profile interface
GET /profile/info -> /profile/{dev|org}/info and the org version returns the new org user profile interface
POST /profile/info -> /profile/{dev|org}/info and the org version takes a different body see src/auth/profile/dto/update-org-profile.input.ts for the shape
GET /users/orgs/{pending|approved} these now return the new org user profile interface
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 82da55f commit bfb4a4d
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
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/jobstash/middleware/compare/v1.79.0...v2.0.0) (2024-02-28)


### Features

* **users:** separated profile interfaces for org and dev users ([82da55f](https://github.com/jobstash/middleware/commit/82da55f907569db843656bb6a1c35ce3ad8c1b83))


### BREAKING CHANGES

* **users:** GET /magic/org/login/callback - now returns the new org user profile interface
GET /profile/info -> /profile/{dev|org}/info and the org version returns the new org user profile interface
POST /profile/info -> /profile/{dev|org}/info and the org version takes a different body see src/auth/profile/dto/update-org-profile.input.ts for the shape
GET /users/orgs/{pending|approved} these now return the new org user profile interface

# [1.79.0](https://github.com/jobstash/middleware/compare/v1.78.1...v1.79.0) (2024-02-28)


Expand Down

0 comments on commit bfb4a4d

Please sign in to comment.