Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-development.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-development.7](1.0.0-development.6...1.0.0-development.7) (2024-1-16)

### ✨ Features

* **api:search:** add endpoint `/api/search/[searchStr]` ([bf15e83](bf15e83))
* **components:search:** add `searchbar` component ([d8acdd9](d8acdd9))

### 🐛 Bug Fixes

* **api:users:submissions:overtime:** submission with one year ([8b69ffa](8b69ffa))
  • Loading branch information
semantic-release-bot committed Jan 16, 2024
1 parent 5543f3a commit 7ec9f73
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.0-development.7](https://github.com/Clumsy-Coder/uva-uhunt/compare/1.0.0-development.6...1.0.0-development.7) (2024-1-16)


### :sparkles: Features

* **api:search:** add endpoint `/api/search/[searchStr]` ([bf15e83](https://github.com/Clumsy-Coder/uva-uhunt/commit/bf15e83c1e2b6ef378b728c2d62ed5f7f2ed6d31))
* **components:search:** add `searchbar` component ([d8acdd9](https://github.com/Clumsy-Coder/uva-uhunt/commit/d8acdd9a980a5a978993dbbf58430f0aa59fb138))


### :bug: Bug Fixes

* **api:users:submissions:overtime:** submission with one year ([8b69ffa](https://github.com/Clumsy-Coder/uva-uhunt/commit/8b69ffa982d53fce71804ccd10d2aada9a8acfa4))

## [1.0.0-development.6](https://github.com/Clumsy-Coder/uva-uhunt/compare/1.0.0-development.5...1.0.0-development.6) (2024-1-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uva-uhunt",
"version": "1.0.0-development.6",
"version": "1.0.0-development.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 7ec9f73

Please sign in to comment.