Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 10, 2024
1 parent dbcb64d commit 999b04c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.4.0

[compare changes](https://github.com/profilecity/vidur/compare/v0.3.0...v0.4.0)

### 🩹 Fixes

- **auth:** Fix no session bug ([8dac2bb](https://github.com/profilecity/vidur/commit/8dac2bb))
- **applicant:** Fix auth state to auto apply ([6331318](https://github.com/profilecity/vidur/commit/6331318))
- **auth:** ⚠️ Refine auth / delte cookies when auth fails ([5e0fb0d](https://github.com/profilecity/vidur/commit/5e0fb0d))
- Career site settings endpoint update ([2e9c195](https://github.com/profilecity/vidur/commit/2e9c195))

### 🏡 Chore

- **dev:** Remove unnecessary error warning ([fbfba03](https://github.com/profilecity/vidur/commit/fbfba03))
- **restructure:** Bring onboarding page to top level ([925e7fc](https://github.com/profilecity/vidur/commit/925e7fc))
- **fix:** Add auth to onboarding page ([cb7ac70](https://github.com/profilecity/vidur/commit/cb7ac70))
- **ci:** Install deps from lockfile ([#127](https://github.com/profilecity/vidur/pull/127))
- **deps-dev:** Bump typescript from 5.5.4 to 5.6.2 ([#128](https://github.com/profilecity/vidur/pull/128))

#### ⚠️ Breaking Changes

- **auth:** ⚠️ Refine auth / delte cookies when auth fails ([5e0fb0d](https://github.com/profilecity/vidur/commit/5e0fb0d))

### ❤️ Contributors

- Shivam Sharma ([@shivam-sharma7](http://github.com/shivam-sharma7))
- Amandesai01 <[email protected]>

## v0.3.0

[compare changes](https://github.com/profilecity/vidur/compare/v0.2.0...v0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vidur",
"description": "A truely composable, open source, recruiting software.",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/profilecity/vidur",
"private": true,
"scripts": {
Expand Down

0 comments on commit 999b04c

Please sign in to comment.