Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Oct 24, 2020
1 parent d87060e commit d5a4cad
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.4](https://github.com/thetric/ilias-downloader-cli/compare/v4.0.3...v4.0.4) (2020-10-24)


### Bug Fixes

* **connector:** fix file download ([89e6d28](https://github.com/thetric/ilias-downloader-cli/commit/89e6d286ecf08d00c64b10b96c8b68d71bfdeb8a)), closes [#19](https://github.com/thetric/ilias-downloader-cli/issues/19)

### [4.0.3](https://github.com/thetric/ilias-downloader-cli/compare/v4.0.2...v4.0.3) (2020-10-22)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ detekt {

check.dependsOn "detekt"

version '4.0.3'
version '4.0.4'
jar {
manifest {
attributes(
Expand Down
2 changes: 1 addition & 1 deletion 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": "ilias-downloader",
"version": "4.0.3",
"version": "4.0.4",
"devDependencies": {
"standard-version": "^9.0.0"
},
Expand Down

0 comments on commit d5a4cad

Please sign in to comment.