Skip to content

Commit

Permalink
chore(main): release kaizoku 1.3.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 10, 2022
1 parent 4d68ae9 commit 6635452
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.1](https://github.com/oae/kaizoku/compare/kaizoku-v1.3.0...kaizoku-v1.3.1) (2022-12-10)


### Bug Fixes

* read port env variable after app.prepare ([0756894](https://github.com/oae/kaizoku/commit/0756894e29eb8be5f48dfe8f72ee21162bc2c67c))
* replace chown usage to speed up startup ([4d68ae9](https://github.com/oae/kaizoku/commit/4d68ae9a2cb7a4e4051fca94938c596cffbf451f))
* use unpaged param for komga series ([d4786d2](https://github.com/oae/kaizoku/commit/d4786d24eb2a7bfc22895c02dc591d5da1aa23d3))

## [1.3.0](https://github.com/oae/kaizoku/compare/kaizoku-v1.2.1...kaizoku-v1.3.0) (2022-11-24)


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": "kaizoku",
"version": "1.3.0",
"version": "1.3.1",
"author": "Alperen Elhan <[email protected]>",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6635452

Please sign in to comment.