Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 16, 2024
1 parent d491b71 commit 2e614e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## v1.0.0

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

### 🚀 Enhancements

- **db:** Preferred review tags table ([#144](https://github.com/profilecity/vidur/pull/144))
- **seeds:** Insert default tags into review tags table ([#153](https://github.com/profilecity/vidur/pull/153))
- **ui:** Slot of sublabel text ([4a19028](https://github.com/profilecity/vidur/commit/4a19028))

### 🩹 Fixes

- **typo:** Description ([#143](https://github.com/profilecity/vidur/pull/143))
- **ui:** Timezone display as per UTC ([#155](https://github.com/profilecity/vidur/pull/155))
- **storage:** ⚠️ Data now stored in var for longer lifespan ([d491b71](https://github.com/profilecity/vidur/commit/d491b71))

### 🏡 Chore

- Update Vidur link ([#149](https://github.com/profilecity/vidur/pull/149))
- **settings:** Clarify link limit ([592b1fe](https://github.com/profilecity/vidur/commit/592b1fe))

#### ⚠️ Breaking Changes

- **storage:** ⚠️ Data now stored in var for longer lifespan ([d491b71](https://github.com/profilecity/vidur/commit/d491b71))

### ❤️ Contributors

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

## v0.4.0

[compare changes](https://github.com/profilecity/vidur/compare/v0.3.0...v0.4.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.4.0",
"version": "1.0.0",
"repository": "https://github.com/profilecity/vidur",
"private": true,
"scripts": {
Expand Down

0 comments on commit 2e614e3

Please sign in to comment.