Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci] ***NO_CI***
Browse files Browse the repository at this point in the history
# [1.0.0](v0.5.0...v1.0.0) (2020-11-07)

### Features

* **DOSDownload:** add digitalocean spaces download task ([#15](#15)) ([c886ab3](c886ab3))

### BREAKING CHANGES

* **DOSDownload:** This release change and improve a lot of things in multiple tasks (Delete & Upload).

* docs: update links to use repository instead of wiki
* chore: upgrade packages and node to v14
* fix(DOSDelete): refactor filter files
* refactor(DOSUpload): use common filter files
* feat: add task to download from space
* fix(DOSDownload): get stream errors on pipe and before
* test(DOSDownload): add error tests
* chore: reduce code duplication on tests
* test: refactor parameters tests
* docs(readme): add tips and tweaks links
* chore: remove unused package
* chore(DOSUpload): add matcher package
* chore: remove inner packages to allow webpack implementation
* chore: add webpack
* fix(DOSUpload): remove unused resource path
* fix(DOSDownload): source & target path, icon, getInput instead of path
  • Loading branch information
semantic-release-bot committed Nov 7, 2020
1 parent c886ab3 commit a4afb9c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [1.0.0](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v0.5.0...v1.0.0) (2020-11-07)


### Features

* **DOSDownload:** add digitalocean spaces download task ([#15](https://github.com/marceloavf/digitalocean-tools-vsts/issues/15)) ([c886ab3](https://github.com/marceloavf/digitalocean-tools-vsts/commit/c886ab3d93b61f8684da83ac421120ffc332bd39))


### BREAKING CHANGES

* **DOSDownload:** This release change and improve a lot of things in multiple tasks (Delete & Upload).

* docs: update links to use repository instead of wiki
* chore: upgrade packages and node to v14
* fix(DOSDelete): refactor filter files
* refactor(DOSUpload): use common filter files
* feat: add task to download from space
* fix(DOSDownload): get stream errors on pipe and before
* test(DOSDownload): add error tests
* chore: reduce code duplication on tests
* test: refactor parameters tests
* docs(readme): add tips and tweaks links
* chore: remove unused package
* chore(DOSUpload): add matcher package
* chore: remove inner packages to allow webpack implementation
* chore: add webpack
* fix(DOSUpload): remove unused resource path
* fix(DOSDownload): source & target path, icon, getInput instead of path

# [0.5.0](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v0.4.0...v0.5.0) (2020-10-22)


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": "digitalocean-tools-vsts",
"version": "0.5.0",
"version": "1.0.0",
"description": "DigitalOcean task for the Azure DevOps system",
"author": "Marcelo Forment茫o <marceloavf3@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a4afb9c

Please sign in to comment.