Skip to content

Commit 956afca

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent a1ac445 commit 956afca

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 1.0.0 (2020-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* delete empty file ([af4a001](https://github.com/screendriver/gitlab-pipeline-deleter/commit/af4a00160873c7a98a3c07769f3e14248ac08ade))
7+
* return an immutable list from getting pipeline list ([bc99597](https://github.com/screendriver/gitlab-pipeline-deleter/commit/bc9959726250634550ec3ee089b28a6d042196ee))
8+
* switch arguments order in calculating difference in days ([80bd679](https://github.com/screendriver/gitlab-pipeline-deleter/commit/80bd6796802ce4c1b0ca16408cea85a734e223f9))
9+
10+
11+
### Features
12+
13+
* create <App /> component ([43dfa95](https://github.com/screendriver/gitlab-pipeline-deleter/commit/43dfa957e5c5e3e116a8315e4674e4a22847c14e))
14+
* create <Error /> component ([28f695d](https://github.com/screendriver/gitlab-pipeline-deleter/commit/28f695d151081fde02f601d81d8b311af7f389f5))
15+
* create <Main /> component ([78faaf3](https://github.com/screendriver/gitlab-pipeline-deleter/commit/78faaf31219a5d6dfcc396201685e46ae79cb856))
16+
* create function that deletes a pipeline ([b86a6d0](https://github.com/screendriver/gitlab-pipeline-deleter/commit/b86a6d004c6db2f2ffe104fd22dd5a004e741b5e))
17+
* create function that filters pipelines by date ([086ff19](https://github.com/screendriver/gitlab-pipeline-deleter/commit/086ff190a9c6b4fd595564a735bdb70187144181))
18+
* create function to list pipelines ([c80bf98](https://github.com/screendriver/gitlab-pipeline-deleter/commit/c80bf9840793c9c48ad8693d1f1110c48bfb7a99))
19+
* create network module ([4822ea4](https://github.com/screendriver/gitlab-pipeline-deleter/commit/4822ea42752bb450b0e4c7ecc8dd8cb8f236427a))
20+
* increase number of items to 100 in pipelines list ([919524b](https://github.com/screendriver/gitlab-pipeline-deleter/commit/919524b2cf0ca02f51c9b4e14d4aa8fd09527328))
21+
* initial commit ([ff7183c](https://github.com/screendriver/gitlab-pipeline-deleter/commit/ff7183c7bfca344804e63787ad7f0696cd2bab01))
22+
* parse command line arguments ([605c361](https://github.com/screendriver/gitlab-pipeline-deleter/commit/605c361fd606eac419a97b9a3fb5d3726fc0bc44))
23+
* pass parsed project id to <App /> component ([188aeea](https://github.com/screendriver/gitlab-pipeline-deleter/commit/188aeeaf3ff1f8d33d9c4a6f51899ca60c84669b))
24+
* pass side effects to <Main /> from application entry point ([e2eb578](https://github.com/screendriver/gitlab-pipeline-deleter/commit/e2eb578a6d8ecba6fc8adfb5b1b148a88f04354c))
25+
* require project id to be set as command line argument ([4f00fa9](https://github.com/screendriver/gitlab-pipeline-deleter/commit/4f00fa99e203563375d99d5509786728fb87c9af))
26+
* return a function instead of a value in GitLab API ([c40bb2e](https://github.com/screendriver/gitlab-pipeline-deleter/commit/c40bb2edc39dd4ff5c8360ef1c6ea2558046f3b2))
27+
* use native Arrays instead of list ([20841bf](https://github.com/screendriver/gitlab-pipeline-deleter/commit/20841bfb00a6d4ec8b2ed845a7824a2a929bae18))

0 commit comments

Comments
 (0)