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

Commit

Permalink
chore(release): 1.1.0-development.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0-development.2](1.1.0-development.1...1.1.0-development.2) (2023-11-10)

### ✨ Features

* **component:** use `react-hook-form` for validation ([1ea8f34](1ea8f34)), closes [#754](#754)
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent 6579312 commit 67b4402
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0-development.2](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.1.0-development.1...1.1.0-development.2) (2023-11-10)


### :sparkles: Features

* **component:** use `react-hook-form` for validation ([1ea8f34](https://github.com/Clumsy-Coder/pihole-dashboard/commit/1ea8f34e9e05878bc0a6c55e8f804bbf9581ed30)), closes [#754](https://github.com/Clumsy-Coder/pihole-dashboard/issues/754)

## [1.1.0-development.1](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0...1.1.0-development.1) (2023-08-21)


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": "pihole-dashboard",
"version": "1.1.0-development.1",
"version": "1.1.0-development.2",
"private": true,
"scripts": {
"dev": "npm run generateEnv && next dev",
Expand Down

0 comments on commit 67b4402

Please sign in to comment.