Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-10-06)

### Bug Fixes

* delete empty file ([af4a001](af4a001))
* return an immutable list from getting pipeline list ([bc99597](bc99597))
* switch arguments order in calculating difference in days ([80bd679](80bd679))

### Features

* create <App /> component ([43dfa95](43dfa95))
* create <Error /> component ([28f695d](28f695d))
* create <Main /> component ([78faaf3](78faaf3))
* create function that deletes a pipeline ([b86a6d0](b86a6d0))
* create function that filters pipelines by date ([086ff19](086ff19))
* create function to list pipelines ([c80bf98](c80bf98))
* create network module ([4822ea4](4822ea4))
* increase number of items to 100 in pipelines list ([919524b](919524b))
* initial commit ([ff7183c](ff7183c))
* parse command line arguments ([605c361](605c361))
* pass parsed project id to <App /> component ([188aeea](188aeea))
* pass side effects to <Main /> from application entry point ([e2eb578](e2eb578))
* require project id to be set as command line argument ([4f00fa9](4f00fa9))
* return a function instead of a value in GitLab API ([c40bb2e](c40bb2e))
* use native Arrays instead of list ([20841bf](20841bf))
  • Loading branch information
semantic-release-bot committed Oct 6, 2020
1 parent a1ac445 commit 956afca
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 1.0.0 (2020-10-06)


### Bug Fixes

* delete empty file ([af4a001](https://github.com/screendriver/gitlab-pipeline-deleter/commit/af4a00160873c7a98a3c07769f3e14248ac08ade))
* return an immutable list from getting pipeline list ([bc99597](https://github.com/screendriver/gitlab-pipeline-deleter/commit/bc9959726250634550ec3ee089b28a6d042196ee))
* switch arguments order in calculating difference in days ([80bd679](https://github.com/screendriver/gitlab-pipeline-deleter/commit/80bd6796802ce4c1b0ca16408cea85a734e223f9))


### Features

* create <App /> component ([43dfa95](https://github.com/screendriver/gitlab-pipeline-deleter/commit/43dfa957e5c5e3e116a8315e4674e4a22847c14e))
* create <Error /> component ([28f695d](https://github.com/screendriver/gitlab-pipeline-deleter/commit/28f695d151081fde02f601d81d8b311af7f389f5))
* create <Main /> component ([78faaf3](https://github.com/screendriver/gitlab-pipeline-deleter/commit/78faaf31219a5d6dfcc396201685e46ae79cb856))
* create function that deletes a pipeline ([b86a6d0](https://github.com/screendriver/gitlab-pipeline-deleter/commit/b86a6d004c6db2f2ffe104fd22dd5a004e741b5e))
* create function that filters pipelines by date ([086ff19](https://github.com/screendriver/gitlab-pipeline-deleter/commit/086ff190a9c6b4fd595564a735bdb70187144181))
* create function to list pipelines ([c80bf98](https://github.com/screendriver/gitlab-pipeline-deleter/commit/c80bf9840793c9c48ad8693d1f1110c48bfb7a99))
* create network module ([4822ea4](https://github.com/screendriver/gitlab-pipeline-deleter/commit/4822ea42752bb450b0e4c7ecc8dd8cb8f236427a))
* increase number of items to 100 in pipelines list ([919524b](https://github.com/screendriver/gitlab-pipeline-deleter/commit/919524b2cf0ca02f51c9b4e14d4aa8fd09527328))
* initial commit ([ff7183c](https://github.com/screendriver/gitlab-pipeline-deleter/commit/ff7183c7bfca344804e63787ad7f0696cd2bab01))
* parse command line arguments ([605c361](https://github.com/screendriver/gitlab-pipeline-deleter/commit/605c361fd606eac419a97b9a3fb5d3726fc0bc44))
* pass parsed project id to <App /> component ([188aeea](https://github.com/screendriver/gitlab-pipeline-deleter/commit/188aeeaf3ff1f8d33d9c4a6f51899ca60c84669b))
* pass side effects to <Main /> from application entry point ([e2eb578](https://github.com/screendriver/gitlab-pipeline-deleter/commit/e2eb578a6d8ecba6fc8adfb5b1b148a88f04354c))
* require project id to be set as command line argument ([4f00fa9](https://github.com/screendriver/gitlab-pipeline-deleter/commit/4f00fa99e203563375d99d5509786728fb87c9af))
* return a function instead of a value in GitLab API ([c40bb2e](https://github.com/screendriver/gitlab-pipeline-deleter/commit/c40bb2edc39dd4ff5c8360ef1c6ea2558046f3b2))
* use native Arrays instead of list ([20841bf](https://github.com/screendriver/gitlab-pipeline-deleter/commit/20841bfb00a6d4ec8b2ed845a7824a2a929bae18))

0 comments on commit 956afca

Please sign in to comment.