Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.4...v1.8.0) (2022-11-12)

### Bug Fixes

* add missing comma, silent is not a valid loglevel, log only errors instead ([a8ec568](a8ec568))
* use file for commitizen config ([7623239](7623239))

### Features

* add status endpoint ([a0a1cd7](a0a1cd7))
  • Loading branch information
semantic-release-bot committed Nov 12, 2022
1 parent 4fef977 commit df9c804
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.8.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.7.4...v1.8.0) (2022-11-12)


### Bug Fixes

* add missing comma, silent is not a valid loglevel, log only errors instead ([a8ec568](https://github.com/ducktors/turborepo-remote-cache/commit/a8ec5680e04cb8c090e1ba05ab13f72feeb70ce0))
* use file for commitizen config ([7623239](https://github.com/ducktors/turborepo-remote-cache/commit/762323949bcf928480a74695063c71573211e769))


### Features

* add status endpoint ([a0a1cd7](https://github.com/ducktors/turborepo-remote-cache/commit/a0a1cd7c8cba310ed71719e8a15575dc6273b1c7))

# [1.8.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.7.4...v1.8.0) (2022-11-12)


### Bug Fixes

* add missing comma, silent is not a valid loglevel, log only errors instead ([a8ec568](https://github.com/ducktors/turborepo-remote-cache/commit/a8ec5680e04cb8c090e1ba05ab13f72feeb70ce0))
* use file for commitizen config ([7623239](https://github.com/ducktors/turborepo-remote-cache/commit/762323949bcf928480a74695063c71573211e769))


### Features

* add status endpoint ([a0a1cd7](https://github.com/ducktors/turborepo-remote-cache/commit/a0a1cd7c8cba310ed71719e8a15575dc6273b1c7))

## [1.7.4](https://github.com/ducktors/turborepo-remote-cache/compare/v1.7.3...v1.7.4) (2022-11-05)


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": "turborepo-remote-cache",
"version": "1.7.4",
"version": "1.8.0",
"description": "Turborepo remote cache server",
"main": "build",
"author": "Maksim Sinik <[email protected]>",
Expand Down

0 comments on commit df9c804

Please sign in to comment.