Skip to content

Commit

Permalink
chore(release): 0.67.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.67.1](v0.67.0...v0.67.1) (2021-01-09)

### Bug Fixes

* scanner should ignore hidden files ([2d72b47](2d72b47))
* scanner would not ignore hidden directories properly ([1cbcdaa](1cbcdaa))
  • Loading branch information
semantic-release-bot committed Jan 9, 2021
1 parent 1cbcdaa commit fc27ec8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [0.67.1](https://github.com/gotson/komga/compare/v0.67.0...v0.67.1) (2021-01-09)


### Bug Fixes

* scanner should ignore hidden files ([2d72b47](https://github.com/gotson/komga/commit/2d72b47cdfc03b90554e01259dadd8a5b37ab85b))
* scanner would not ignore hidden directories properly ([1cbcdaa](https://github.com/gotson/komga/commit/1cbcdaa0a193bc3440e9b25fc9b7f1db83808885))

# [0.67.0](https://github.com/gotson/komga/compare/v0.66.1...v0.67.0) (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
version=0.67.0
version=0.67.1
24 changes: 12 additions & 12 deletions komga/docs/openapi.json
Expand Up @@ -40,13 +40,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -859,13 +859,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -1321,13 +1321,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -1367,13 +1367,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down

0 comments on commit fc27ec8

Please sign in to comment.