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.0.0-development.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-development.4](1.0.0-development.3...1.0.0-development.4) (2022-11-12)

### 🐛 Bug Fixes

* **docker:** pass `.env.local` to the final stage of docker image building ([5ca3c65](5ca3c65))
  • Loading branch information
semantic-release-bot authored and Clumsy-Coder committed Jul 29, 2023
1 parent 981a4be commit 68e0c21
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.0.0-development.4](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.3...1.0.0-development.4) (2022-11-12)


### :bug: Bug Fixes

* **docker:** pass `.env.local` to the final stage of docker image building ([5ca3c65](https://github.com/Clumsy-Coder/pihole-dashboard/commit/5ca3c655855622a4c1a10bfd70ae0ac0fca7d225))

## [1.0.0-development.3](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.2...1.0.0-development.3) (2022-11-07)


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.0.0-development.3",
"version": "1.0.0-development.4",
"private": true,
"scripts": {
"dev": "npm run generateEnv && next dev",
Expand Down

0 comments on commit 68e0c21

Please sign in to comment.