Skip to content

Commit

Permalink
chore: release v1.2.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Jun 29, 2023
1 parent a2f7d2b commit bfc9a6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [1.2.0-0](https://github.com/tiagoboeing/bull-board/compare/v1.1.0-0...v1.2.0-0) (2023-06-29)


### Features

* :sparkles: Created environment to enable basic auth using login and password ([#3](https://github.com/tiagoboeing/bull-board/issues/3)) ([0b994f7](https://github.com/tiagoboeing/bull-board/commit/0b994f7fc5a78fccca6af30ce97faf0f0b15cf9b))
* :stethoscope: Simple `/healthcheck` endpoint to be used on Kubernetes probes, like `liveness/readiness` ([#4](https://github.com/tiagoboeing/bull-board/issues/4)) ([3cda380](https://github.com/tiagoboeing/bull-board/commit/3cda380d17c2cd416934eef5aa83f7b15d4c2ef2))

## [1.1.0-0](https://github.com/tiagoboeing/bull-board/compare/v1.0.3-0...v1.1.0-0) (2023-04-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiagoboeing/bull-board",
"version": "1.1.0-0",
"version": "1.2.0-0",
"private": true,
"main": "index.js",
"description": "Bull queue UI for inspecting jobs",
Expand Down

0 comments on commit bfc9a6f

Please sign in to comment.