Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 9, 2024
1 parent 15a83fa commit 5839dfa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.3.0

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

### 🩹 Fixes

- **onboarding:** ⚠️ Add auth ([6f61c19](https://github.com/profilecity/vidur/commit/6f61c19))
- **auth:** ⚠️ Silently ignore auth to support unauthenticated pages ([a9d3690](https://github.com/profilecity/vidur/commit/a9d3690))

### 🏡 Chore

- **bin:** Script to publish docker images correctly ([8ec097d](https://github.com/profilecity/vidur/commit/8ec097d))
- **format:** Ignore changelog ([15a83fa](https://github.com/profilecity/vidur/commit/15a83fa))

#### ⚠️ Breaking Changes

- **onboarding:** ⚠️ Add auth ([6f61c19](https://github.com/profilecity/vidur/commit/6f61c19))
- **auth:** ⚠️ Silently ignore auth to support unauthenticated pages ([a9d3690](https://github.com/profilecity/vidur/commit/a9d3690))

### ❤️ Contributors

- Amandesai01 <[email protected]>

## v0.2.0

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

0 comments on commit 5839dfa

Please sign in to comment.