Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2024-08-17)

### Bug Fixes

* Return entry object instead of an empty array in catch block ([041513e](041513e))
  • Loading branch information
semantic-release-bot committed Aug 17, 2024
1 parent 041513e commit 8814ff3
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.6.1](https://github.com/bramses/ycb-companion/compare/v1.6.0...v1.6.1) (2024-08-17)


### Bug Fixes

* Return entry object instead of an empty array in catch block ([041513e](https://github.com/bramses/ycb-companion/commit/041513eaca93639bfe49e51fedbfd9e30892b672))

# [1.6.0](https://github.com/bramses/ycb-companion/compare/v1.5.0...v1.6.0) (2024-08-17)


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": "next-js-boilerplate",
"version": "1.6.0",
"version": "1.6.1",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit 8814ff3

Please sign in to comment.