UNPKG

50.2 kBMarkdownView Raw
1# Changelog
2
3All 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
5### [2.3.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.3.3...v2.3.4) (2020-04-22)
6
7
8### Bug Fixes
9
10* **create-new-tag:** changed entrypoint ([d759d45](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/d759d45c91f84f3828479dac8905550e2e585b86))
11
12### [2.3.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.3.2...v2.3.3) (2020-04-22)
13
14
15### Bug Fixes
16
17* **deploy-tag-template:** prevent logger from always printing flat package found ([57c094f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/57c094f9c2244be35550143baf5e257e0c0189e7))
18
19### [2.3.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.3.1...v2.3.2) (2020-04-17)
20
21
22### Bug Fixes
23
24* **create-new-tag:** always upload artifacts of the tms pipeline ([2478c65](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/2478c657dd304c804bb1d126f8d710526b99568d))
25* **create-tag-manager:** added package.json as artifact ([806f424](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/806f424f583bbc4595ea706cd1ac813a771dbed4))
26* **create-tag-manager:** fixed jest.setup.ts ([c89899f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/c89899ffbceeb70a65cab88b3dde357809df8c12))
27* **create-tag-manager:** fixed local docker e2e setup ([b6b3de4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b6b3de447e724ae628cacb430880b7345c03df84))
28* **create-tag-manager:** fixed package lock / json file ([66bd5c0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/66bd5c0255e4ba2e94899d55a420743a4da181e1))
29* **create-tag-manager:** removed double document set ([0fb0d6a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0fb0d6ab475f347f853eae97c7dc321f6b3afc30))
30* **deploy-tag-manager:** added option to deploy an empty tms ([ba7abf8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ba7abf85ec6a224b971b84a7439e73b4877711fa))
31
32### [2.3.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.3.0...v2.3.1) (2020-04-14)
33
34
35### Bug Fixes
36
37* **create-new-tag:** added multiple dockerfiles per tag ([fe9cc77](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fe9cc77694fcae50e03d9759af3d73c57fec5ae5))
38* **create-new-tag:** optimized dockerizing the app ([641d327](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/641d327f5988313fc11ee62b0ce51693d4767bda))
39* **create-tag-manager:** added variables instead of hard coded args ([f67929d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f67929d5b1b4bae08c00912f9f72b79d6b61cafd))
40* **create-tag-manager:** dockerized tms propertly for local testing ([d03a7b6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/d03a7b683f9f911985621fd08d234eded95095ff))
41* **create-tag-manager:** fixed express routing ([0e82bb3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0e82bb3c111f76f724fc1651042846e8546b9b1f))
42* **create-tag-manager:** fixed path ([f1e4c01](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f1e4c0157905c1a1afaa2e3d3f23283cc7cb554a))
43* **create-tag-manager:** fixed server.ts ([7610b86](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7610b86d531ca39d03b67c27923640102b668b1b))
44
45## [2.3.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.46...v2.3.0) (2020-04-10)
46
47
48### Features
49
50* **create-new-tag:** dockerized a tags development environment ([56b1646](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/56b164600aef368c2c0a5db343fe8474a0b3cf5c)), closes [#38](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/38)
51* **create-tag-manager:** dockerized tag manager and option to run local ([dbea7a4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/dbea7a4cc850742d77f9fca4eee2e9332159378b))
52* **docker:** added docker files to be able to run the pipeline globally ([309b310](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/309b310de5f31a36aaf5ac6dce4637672ffe5b53)), closes [#37](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/37)
53
54
55### Bug Fixes
56
57* **create-new-tag:** fixed importing the correct tag settings to have a better debug env ([90d4bb7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/90d4bb7f7af77d610c352934aff655894462dc1b))
58* **create-tag-manager:** always deploy a image ([8b918b1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8b918b142189872da611eb0f093a2af9d4b49930))
59* **create-tag-manager:** fixed e2e test to match @d-cat/tag-manager@2.0.* ([9d9c73c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/9d9c73cade06149ea055adc11a17042e053d8ad8))
60* **tagTriggerQuestions:** fix event to name ([4e99565](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4e99565f382e5c0fbcc70cbbf56dcc7fd2cb9a18))
61
62### [2.2.46](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.45...v2.2.46) (2020-04-07)
63
64
65### Bug Fixes
66
67* **deploy-tag-template:** remove .npmrc after succesfull build ([f1d5ed7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f1d5ed77716e66ecd615c641fbf5b09443f5acf4))
68
69### [2.2.45](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.44...v2.2.45) (2020-04-07)
70
71
72### Bug Fixes
73
74* **deploy-tag-template:** added && before script and return a string ([e5fc527](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e5fc527c9a65abe4fcafb902ad9d6d68fd69e4aa))
75
76### [2.2.44](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.43...v2.2.44) (2020-04-07)
77
78
79### Bug Fixes
80
81* **deploy-tag-template:** added dist option ([6bdb54d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6bdb54d4bac6467557c737539608d01e8d47ccba))
82
83### [2.2.43](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.42...v2.2.43) (2020-04-07)
84
85
86### Bug Fixes
87
88* **deploy-tag-template:** first publish to npm afterwards update git ([286e891](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/286e8917b568e4a049fb0a2272a12de45b393135))
89* **deploy-tag-template:** fixed authorizing flat npm packages in the pipeline ([3911952](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3911952e11237c25bd40759723cdc574ead4e93f))
90
91### [2.2.42](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.41...v2.2.42) (2020-04-07)
92
93
94### Bug Fixes
95
96* **deploy-tag-template:** fixed flat package bug ([7ef8c68](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7ef8c68b342849f40afe626f77b1e7460251b4c5))
97* **package-lock:** added both npm ci in pipeline of package as tms ([209f1fb](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/209f1fb0e135c4d28d8e0c41e7d4efbc6046bfb6)), closes [#25](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/25)
98
99### [2.2.41](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.40...v2.2.41) (2020-04-06)
100
101
102### Bug Fixes
103
104* **create-new-tag:** added google analytics types ([e6acf39](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e6acf39f41b660ddcef66f74dd18e4968bfe18d1))
105* **create-new-tag:** always use the latest parcel as bundler ([69c7708](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/69c77081496a9ea36c916339d6b371f77082baa4))
106* **create-tag-manager:** let all tag managers run on an airflow runner ([81a9434](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/81a9434fc2eea3393c7907712e823e4f1b9bca9f))
107* **index.ts:** added publish as flat pakcage ([4e76097](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4e76097b12e7c9bcd954f0dc676bf8dbd9c28880))
108* **package.json:** prevent nyc from updating ([96ddbf2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/96ddbf2a09d97174c69fe6e04d837c23e857a118))
109* **tsconfig.json:** added new entrypoint ([f9c4e7c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f9c4e7ce24d9498c05877d403cf956cd647c2235))
110* **update-dependents:** added environment variables ([b92be01](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b92be01553dd73c33b933a5ac32b0e62c9543c2f))
111
112### [2.2.40](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.39...v2.2.40) (2020-03-17)
113
114
115### Bug Fixes
116
117* **bundle / publish:** fixed time log to be iso formatted for NL ([2fc1468](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/2fc1468ba01a3c0ceec6801ff38756f8e9409471)), closes [#29](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/29)
118* **getcurrentdatetime.spec.ts:** added sinon fakeTimer to exact test ([f828a08](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f828a0808785fbf460ae775c2cb8c54dc9e9e794)), closes [#29](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/29)
119* **getcurrentdatetime.ts:** added global regex ([fcd08a1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fcd08a1e52690cd161603d4dfba5318c4986f595)), closes [#29](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/29)
120* **jest.setup.ts:** added referrer in jest.setup.ts ([ac024aa](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ac024aae7f95ddcfbc896782435727fb3e1acb87)), closes [#27](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/27)
121* **jestsetup.ts:** added ts-ignore to prevent raising a ts error ([78a4dbb](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/78a4dbb2f35307d343822ba199ab2b12a2ec6843)), closes [#27](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/27)
122
123### [2.2.39](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.38...v2.2.39) (2020-03-17)
124
125
126### Bug Fixes
127
128* **bundleTagManager:** fixed IE11 polyfills with implementation of @d-cat/polyfill ([049dd84](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/049dd8400a3710d436f37351b58054d5b01a3e9a))
129* **create-tag-manager:** add spy before import tag manager script ([a97db11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/a97db1162370a84119b058612a246b3f0c3fb3ea)), closes [#26](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/26)
130* **create-tag-manager:** fix codecoverage of the regression test ([666faf9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/666faf91f36fd8823965b806e8d0da24f6e6666d))
131* **create-tag-manager:** fix codecoverage of the regression test ([5e17862](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5e178623db2e8a51b945a5cb93c6432b5a92b23c))
132* **createNewTag.ts:** run installing dependencies at the end to prevent issues during creating a tag ([85a8dee](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/85a8dee2ff8c408e96e590ec6e076ec34e946d98))
133* **createTagManager:** added utm_medium string to e2e test ([e912ebe](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e912ebe3db9fb36fb238ad47d58e410897e73790))
134
135### [2.2.38](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.37...v2.2.38) (2020-03-09)
136
137
138### Bug Fixes
139
140* **bundle-tag-manager:** fixed polyfills ([913285c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/913285cd287fafa483c7694174d36dad36544234))
141* **mainspec.ts:** place spy before importing tagmanager ([c24c172](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/c24c17203d450bbc865de1978b9e89217a088600)), closes [#26](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/26)
142
143### [2.2.37](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.36...v2.2.37) (2020-03-02)
144
145
146### Bug Fixes
147
148* **buildBranchesTask:** buildBranches was not executed ([6159523](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6159523c738a29296b4f196e93069784a48be2ed))
149* **publishTag.ts:** build branhces task is not async ([e56414d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e56414deb8dc0b3dbf2374aa1464d7d71b36f9af))
150* **publishTag.ts:** reverted commit ([053b42d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/053b42d4dc55b26bfb4be4443faabb5a9a3b701b))
151
152### [2.2.36](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.35...v2.2.36) (2020-03-02)
153
154
155### Bug Fixes
156
157* **package.json:** fixed pretty-quick issue ([3d940b0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3d940b01e2491921e788eb9f32fbaf35ca6f25bd))
158
159### [2.2.35](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.34...v2.2.35) (2020-02-28)
160
161
162### Bug Fixes
163
164* **publish-tag:** added updateTagCLI to update a publish-tag with a release date and a release version ([52c0303](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/52c03032da03bc4e3a167a6ebe3f8f9f54c16bab))
165
166### [2.2.34](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.33...v2.2.34) (2020-02-28)
167
168
169### Bug Fixes
170
171* **create-new-tag:** fixed lint issues in create-new-tag + fixed jest setup ([11e7030](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/11e70302d6301c0120a5b39a0c2963b276008513))
172
173### [2.2.33](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.32...v2.2.33) (2020-02-26)
174
175
176### Bug Fixes
177
178* **createNewTag, createTagManager:** updatet package.json to relay on stable version of @d-cat/mock-ga-jest ([0c04dec](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0c04dec5bc98851184a628f1f6767b1f4d0c6322))
179* **createTagManager:** fixed _ddi issue: added window object ([339589c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/339589c9601dac3e01e5910b7a9279bf1b850cfc))
180* **createTagManager:** fixed end-to-end test in tag manager ([37ddf8d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/37ddf8d7fe1a92c0c41447b990fcac9bc7cc5ab1))
181* **createTagManager.ts:** changed staged order of pipeline of tag manager ([dd97b9a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/dd97b9aa87bcc92046cedf0513aa04f510300043))
182
183### [2.2.32](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.31...v2.2.32) (2020-02-20)
184
185
186### Bug Fixes
187
188* **bundleTagManager:** made date to localeString ([5429615](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5429615f98b2d90a5851bc22d04d3b3fbf6bc137))
189
190### [2.2.31](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.30...v2.2.31) (2020-02-20)
191
192
193### Bug Fixes
194
195* **create-tag-manager:** add '<%:include:DATE:%>' instead of date timestamp ([58f2ba0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/58f2ba006977ab00a6a7af787b778227912ba05a))
196
197### [2.2.30](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.29...v2.2.30) (2020-02-19)
198
199
200### Bug Fixes
201
202* **bundleTagManager:** solved date issue: type date instead of string in TMS ([e776164](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e77616469d7f5876ae1bb290ce666e966446209b))
203
204### [2.2.29](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.28...v2.2.29) (2020-02-19)
205
206
207### Bug Fixes
208
209* **bundleTagManager:** added date to interpolate ([5d5424e](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5d5424e640bf737f51a0a14154acea9f690435fc))
210* **tag-cli:** added meta name viewport to test site ([6e0a8d3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6e0a8d3dde06150052a2b304a6421ad2d8ec9287))
211
212### [2.2.28](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.27...v2.2.28) (2020-02-14)
213
214
215### Bug Fixes
216
217* **project:** fixed triggering pipeline from tag + fix bundle-tag-mngr ([8947d4f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8947d4f64e0431144d7df148073c66548472cb9f))
218
219### [2.2.27](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.26...v2.2.27) (2020-02-13)
220
221
222### Bug Fixes
223
224* **publish-tag:** url at end of script ([3ac041e](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3ac041ed9a1d80630de156ed3bf075a79954d0f8))
225
226### [2.2.26](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.25...v2.2.26) (2020-02-13)
227
228
229### Bug Fixes
230
231* **create-tag-manager:** fixed create-tag-manager boilerplate setup ([e93f7cc](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e93f7cc684d9386f824aa592b3e498b887f9140a))
232* **publish-tag:** made oneline ([5dfd563](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5dfd5630d0ac38df03d7f3d7f11403e680502dfa))
233* **publish-tag:** made passed var as string ([2a1e27c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/2a1e27c6bba8f56841c9d54f0e0a8bcea6eb63a9))
234* **publish-tag:** set post with url as first arg ([11dc08f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/11dc08fc370f03c37b29a479a9aa65425ff66d37))
235
236### [2.2.25](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.24...v2.2.25) (2020-02-13)
237
238
239### Bug Fixes
240
241* **bundletagmanager:** fetch development artifacts for dev ([6aed36d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6aed36d72ddd307eb7718f67ff9a63e90387de03)), closes [#22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/22)
242* **bundleTagManager:** added an integer to verify the amount of tags that should be included in the pipeline + added an option in create-new-tag to enable/disable a tag ([bc8ac81](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/bc8ac819b661f02db5d0f04eed5dc6c938477946))
243* **create-new-tag:** fixed bundle issue for npm run dev ([8dac49d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8dac49dabc5ef137be2b1c5dee882783f381c942))
244* **create-new-tag:** fixed tag pipeline ([96e91c6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/96e91c65aa66fa73e24b11670206733efef744d8))
245* **create-tag-manager / tag:** implemented bug fixes on create boilerpla ([75cb85c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/75cb85c75d3adce765b24e6052f87aec208ba238)), closes [#24](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/24)
246* **create-tag, create-tag-manager:** implemented checks on bundling /pub ([44214fb](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/44214fb91b6135f032a76f048f80bc4847ae9b74)), closes [#22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/22)
247* **gaMock:** added support for gaMock in both create-new-tag as create-tag-manager ([af2e63f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/af2e63f63cb100f37c21bc6fdf2a7300183a0206))
248* **isActive:** added isActive option to either enable or disable a tag. ([7e56271](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7e56271839fe86cc6e481520a976f094598bd290))
249* **pipeline:** implemented new deploy structure from a tag perspective ([8e901cd](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8e901cd600edeac448aad67c6e9211d4fbe8f9d9))
250* **pipeline:** implemented new deployment structure: tags send a environment variable and the tag manager decides which deploy it should do. fix [#22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/22) ([b8c17ef](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b8c17ef8a41936c67aaa6844237cf9fd21040082))
251* **project:** implemented fix on tag manager e2e, tag manager bundle ([56d11f0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/56d11f018fd327c07b5fe6203125d9008ffcf9c0)), closes [#22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/22)
252* **revert:** fixed reverted commit and implemented changes ([f274666](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f27466688494a314a486715113fa231c46c36ba2))
253* **tag, tag-manager:** added latest tag manager + ddm [@4](https://gitlab.com/4).0.0^ ([cb3be4c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cb3be4cc076c10104e09e542151d99d3d4c57035))
254* **test:** pipeline issue ([fad8ad3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fad8ad3bb4c0f294f545eb4d13b22fbd93813c47))
255* **update-dependents:** added fix on always triggering the pipeline after an update ([9bfcecd](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/9bfcecd5bd30bea58fc7ac18d1423982a2475c21))
256
257### [2.2.24](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.23...v2.2.24) (2020-02-11)
258
259
260### Bug Fixes
261
262* **project:** implemented fix on tag manager e2e, tag manager bundle ([65c3ee0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/65c3ee0d52464b755c23250fe7d0c94a9ccc8ab0)), closes [#22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/22)
263
264### [2.2.23](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.22...v2.2.23) (2020-01-28)
265
266
267### Bug Fixes
268
269* **selenium:** updatet e2e test with injection of jobToken ([f313841](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f313841ce4d5e3a3ba4cadd80c8d269fb700eb9c))
270
271### [2.2.22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.21...v2.2.22) (2020-01-21)
272
273
274### Bug Fixes
275
276* **buildTagsArrayForClientSideUsage:** added name of tag for dlv ([a0eda04](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/a0eda042e9f16877ee704471b9cfdd8c9face7ca))
277
278### [2.2.21](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.20...v2.2.21) (2020-01-21)
279
280
281### Bug Fixes
282
283* **create-tag-manager:** added fix in pipeline file ([7a4fb9a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7a4fb9a8f9f6cf3ec2a70b2d9e34decce25e0bb6))
284
285### [2.2.20](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.19...v2.2.20) (2020-01-21)
286
287
288### Bug Fixes
289
290* **package.json:** fixed report:history ([451cb7e](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/451cb7efc0e7420101bd0e5e4582308a89c7a75d))
291
292### [2.2.19](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.18...v2.2.19) (2020-01-21)
293
294
295### Bug Fixes
296
297* **gitlab:** fixed gitlab issue in create-tag-manager ([94ca738](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/94ca73816599055c832ad6a910662c0c9d1700f8))
298* **selenium:** removed mocha ([523ec90](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/523ec904f3764584db2357c4d19692a999a987e6))
299
300### [2.2.18](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.17...v2.2.18) (2020-01-21)
301
302
303### Bug Fixes
304
305* **deployTagManager:** linked to wrong file ([026dac3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/026dac39fb706537a48fc2b2b1595370aa6c1e61))
306* **deployTagManager.spec.ts:** return correct fn ([6dd5276](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6dd52760e29a25f503c026d1422eeac95857d469))
307* **uploadFilesToGoogleCloudStorage:** fixed ts issue ([45fa1b9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/45fa1b9d2ee3215a7b52340f5388548d59c6687e))
308
309### [2.2.17](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.16...v2.2.17) (2020-01-21)
310
311
312### Bug Fixes
313
314* **bundleTagManager:** removed test stage ([8bc9d0c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8bc9d0cb7402b93fb24537b5d057e2ae6e567dcc))
315
316### [2.2.16](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.15...v2.2.16) (2020-01-21)
317
318
319### Bug Fixes
320
321* **bundleTagManager:** create dir if it does not exist ([6e56f13](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6e56f1312f64e0b7257838943bb432a6e9e2cb8b))
322* **bundleTagManager:** implemented fix in ci of bundleTagManager ([f6e983b](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f6e983b1bd13f81be151d4385fec3d11c7bf1941))
323* **bundleTagManager.spec.ts:** solved dir-name issue ([c5f1332](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/c5f13327b68a5c8e36d1fb7d1bb7c235b9d9ec58))
324* **package.json:** fixed script for e2e tests ([169ba10](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/169ba1065c0ef2108dfb952b78cb48f5dedb4983))
325* **package.json:** incremented ddm-hooks version ([7e11834](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7e118345370923fab48739aca4fb464c4b0cf8b8))
326* **tsconfig:** removed mocha as type ([1a17413](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/1a174136d67284352d6ab98f0141fa456cc62010))
327
328### [2.2.15](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.14...v2.2.15) (2020-01-20)
329
330
331### Bug Fixes
332
333* **fetchAllGitLabProjects:** wrong endpoint used ([a79a57b](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/a79a57b18f632c6e72d6f5b5dd115f6bfab9ed99))
334* **package.json:** deletet script for history reports ([edc1140](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/edc1140de5bb654feaabdaa743a6dde4acf739ea))
335* **package.json:** fixed bug in package.jsons ([7583b44](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7583b4483b766239fa2f455060508675abb7adf1))
336
337### [2.2.14](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.13...v2.2.14) (2020-01-20)
338
339
340### Bug Fixes
341
342* **package.json:** latest ddm ([4aa5fe8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4aa5fe8f4b5e86682ceff66df1a7bc305b3c85d6))
343
344### [2.2.13](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.12...v2.2.13) (2020-01-20)
345
346### 2.2.12 (2020-01-20)
347
348
349### Bug Fixes
350
351* **bundletagmanager:** includeed __unit dir for e2e tests + tagsarr test ([b804646](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b8046466427502f7031fa1ba7d9eea4efa79c1ac)), closes [#20](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/20) [#19](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/19)
352* **executeTask:** removed optional chaining on function for ts issue ([f70e0c8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f70e0c8d7be545f030400279cf8d87dbb04f3112))
353* **package.json:** updates to latest datalayer ([1642ede](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/1642ede01872d75af35b2099371a8745d8136b28))
354* **package.json:** updatet to latest @d-cat/ddm-core and digital-datamgr ([b7b3789](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b7b37891063aeae9d56c21eb14d57a5a1ad428d6))
355* **packageJSON:** solved issue that pkg json merges with existing dependencies / devdependencies ([dd8bfa0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/dd8bfa07f06d890a9caf0927c3c6165c570ade33))
356* **selenium-webdriver:** implemented webdriver.io with chrome for e2e ([20dac12](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/20dac12724e8b8c046c50d13f405dc2c7830e946)), closes [#7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/7)
357* **tests:** added default and named import from chai in all tests ([31e9df3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/31e9df35cc822bcd7828eaa8fe31c13e3edafb1b))
358* **writeDCATToConsole.spec.ts:** imported chai from mocha instead of chai ([61d6072](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/61d6072f628b31d09cd1917aec2e5df4e1a289ab))
359
360### [2.2.11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.10...v2.2.11) (2019-12-29)
361
362### [2.2.10](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.9...v2.2.10) (2019-12-29)
363
364
365### Bug Fixes
366
367* **updateDependents:** if a folder is a mirror, do not update it when updating dependents ([edececa](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/edececa15ffc667882f4564ca0d4f7bf69b9e7d3))
368
369### [2.2.9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.8...v2.2.9) (2019-12-28)
370
371
372### Bug Fixes
373
374* **publishTag:** implemented increment version in publishtag ([61a2e80](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/61a2e8008bedde544d093fd1fec141bdda160e43))
375
376### [2.2.8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.7...v2.2.8) (2019-12-27)
377
378
379### Bug Fixes
380
381* **createTagManager:** every stage deploys its own test instance ([cfd81d8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cfd81d850fa84e822ff5803127ee054c7b70c964))
382* **createTagManager:** implement better ui on deploy phased ([7e05b35](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7e05b3508b68066fdc0660aaece987bce4e2d2f4))
383* **createTagManager:** implemented tsconfig with support for ts 3.7.4 ([7cc9bc9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7cc9bc95c779921547369180afce937847dd53be))
384* **deployTag:** prevent infinity loop from tag ([800eb4f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/800eb4f174d90e5d115f9f62a7875adaece9f4aa))
385* **deployTestSite:** pass branchName to index.html ([846a003](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/846a0036bfade3195bb5750fa0337a2e2cffc547))
386
387### [2.2.7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.6...v2.2.7) (2019-12-27)
388
389
390### Bug Fixes
391
392* **createNewTag:** implemented fix in gitlab-ci.yml file, as there is a gitlab bug when trying to run a pipeline manually ([8d70704](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8d70704481e749df8e4f56ce29563ae4ef55926e))
393
394### [2.2.6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.5...v2.2.6) (2019-12-27)
395
396
397### Bug Fixes
398
399* **createTagManager:** removed deploy test instance staging and master ([69a058a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/69a058ad8bf4bc457baa37a1befc4bde5944d389))
400
401### [2.2.5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.4...v2.2.5) (2019-12-27)
402
403
404### Bug Fixes
405
406* **deploy_tag:** in the generated gitlab file the corresponding jobname did not match the job name we seeked for when bundling a tag manager ([4dae068](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4dae068fd2928558a439597ab0599e79afc177f2))
407
408### [2.2.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.3...v2.2.4) (2019-12-27)
409
410
411### Bug Fixes
412
413* **tagmanager:** typo in create tag manager file ([32d9b74](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/32d9b7469a9405abb519a9bc095b28b475bef3fa))
414
415### [2.2.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.2...v2.2.3) (2019-12-27)
416
417
418### Bug Fixes
419
420* **await error:** implemented try catch over await functions + added extra jobs in tag gitlab-ci.yml ([ae5fee3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ae5fee37b8d3abf62e2385a5aaa6c8b7d31ce350))
421* **babel 7:** implemented support for nullish coaliscing and optional chaining ([7132d66](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7132d6673c5a511cba88108e57d4a3c6ed5d708e))
422* **bundletagmanager:** implemented fix on injecting correct versions ([a58d21c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/a58d21c640ca8d579aab348007eec0a5a421c79a))
423* **gitlab:** defined dev, stg and master stages in gitlab-ci.yml to enable pipeline on click ([34ce3b1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/34ce3b1f880a5c815f65e2c3647d10e4d4672e8f))
424* **tsconfig:** added new tsconfig when creating tag manager / tag to support ts 3.7.* ([18915ca](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/18915caf130ded7cf1066b5df72b2604bfcf3ec6))
425* **typescript:** implemented latest typescript version for tags, tag manager to build ([b8b7d1b](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b8b7d1bf816ef92cfa45ea11a895098e1590d2d4))
426
427### [2.2.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.1...v2.2.2) (2019-12-23)
428
429
430### Bug Fixes
431
432* **deployTestSite:** log the correct branch on a testsite ([e65451c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e65451c2a0452970f7136e745834667d095cb30e))
433
434### [2.2.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.2.0...v2.2.1) (2019-12-23)
435
436
437### Bug Fixes
438
439* **localStorage:** added localStorage mock to tags ([7b908a6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7b908a655147df9654e0c53fef6c95ea30b8a080))
440
441## [2.2.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.1.0...v2.2.0) (2019-12-19)
442
443
444### Features
445
446* **createtag&tagmanager:** by default add a mock for localStorage ([9870df6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/9870df6b0e69f26384a2768b7dbe92020a317978))
447
448
449### Bug Fixes
450
451* **deploy-test-site:** _ddi.session was missing in index page ([51fb51d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/51fb51d0604aac0c08d3b03d4495908c5f540508))
452* **jest:** added ga.script.loaded, to be able to test google analytics ([0278977](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0278977e19dc20ffb6cc23a34302be9c2a949a36))
453* **packageJson:** update @d-cat/tag-manager ([30351b1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/30351b178e6ac35bed3aaba30d9722c76121fd7e))
454
455## [2.1.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.0.4...v2.1.0) (2019-12-18)
456
457
458### Features
459
460* **project:** incremented to latest [@d-cat](https://gitlab.com/d-cat) packages ([b156f3b](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b156f3ba507d3c79440d34c16d4c1e18adb40af5))
461
462
463### Bug Fixes
464
465* **jest:** fix build of tags / tag manager with tests ([382de29](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/382de2942951f8be92e391461f16ed027b7af57a))
466* **package.json:** added correct version of @d-cat/tag-manager ([b5066a4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b5066a4ee3cd5fe3b9a142eaee6aed4676edd5fb))
467* **package.json:** increment to latest @d-cat/tag-manager due to cli bug ([bef308b](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/bef308b01f897cea4197b079ed8a732f5c00d96f))
468* **packagejson:** implement latest @d-cat/tag-manager ([ca6dcb0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ca6dcb0c03378e20eb24628026a5a7617177648a))
469
470### [2.0.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.0.3...v2.0.4) (2019-11-01)
471
472
473### Bug Fixes
474
475* **create-tag-manager:** implemented mail setup in generated gitlab file ([8de7002](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8de7002))
476* **tests + sendmail:** implemented Email Service and solved bugs in test ([fe1be6d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fe1be6d)), closes [#14](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/14)
477
478### [2.0.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.0.2...v2.0.3) (2019-10-31)
479
480
481### Bug Fixes
482
483* **tests:** bug in the generated tests in create-tag-manager ([63a18a9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/63a18a9))
484
485### [2.0.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.0.1...v2.0.2) (2019-10-31)
486
487
488### Bug Fixes
489
490* **fetchallgitlabprojects.ts:** due to 500 codes, try 5 times to fetch ([85d7fc4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/85d7fc4))
491
492### [2.0.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v2.0.0...v2.0.1) (2019-10-31)
493
494## [2.0.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.22...v2.0.0) (2019-10-31)
495
496
497### ⚠ BREAKING CHANGES
498
499* **project:** bundle tag manager now contains npm run test. You MUST specify tests, or the no tag
500manager will be deployed. Also a basic test coverage is implemented through the create tag manager
501generator
502
503### Features
504
505* **project:** added unit tests in pipeline on tag manager + comitizen ([3499e7c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3499e7c)), closes [#9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/9) [#12](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/12)
506
507### [1.3.22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.21...v1.3.22) (2019-10-30)
508
509
510### Bug Fixes
511
512* **tag-manager-file.ts:** hooks issue undefined, was linking to wrong object ([fde9400](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fde9400))
513
514### [1.3.21](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.20...v1.3.21) (2019-10-28)
515
516
517### Bug Fixes
518
519* **PullFromRemote:** unexpected token } git solved ([4124920](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4124920))
520
521### [1.3.20](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.19...v1.3.20) (2019-10-28)
522
523### [1.3.19](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.18...v1.3.19) (2019-10-25)
524
525
526### Bug Fixes
527
528* **PackageJSON:** removed @d-cat/tag-manager as devDependency ([8ef3958](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8ef3958))
529
530### [1.3.18](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.17...v1.3.18) (2019-10-25)
531
532
533### Bug Fixes
534
535* **PublishTag:** first pull latest before pushing ([0abc3d7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0abc3d7))
536
537### [1.3.17](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.16...v1.3.17) (2019-10-25)
538
539### [1.3.16](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.15...v1.3.16) (2019-10-25)
540
541
542### Bug Fixes
543
544* **UpdateDependents:** fixed triggering pipeline of default_branch only ([5ee545f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5ee545f))
545
546### [1.3.15](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.14...v1.3.15) (2019-10-25)
547
548
549### Bug Fixes
550
551* **UpdateDependents:** error while fetching a branch that didnt exist. By default now fetching the default branch only. If no branch exist, skip the folder ([2d689cb](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/2d689cb))
552
553### [1.3.14](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.13...v1.3.14) (2019-10-25)
554
555
556### Bug Fixes
557
558* **UpdateDependents:** git bug fix, now checking out only master branch ([7001fd9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/7001fd9))
559
560### [1.3.13](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.12...v1.3.13) (2019-10-24)
561
562
563### Bug Fixes
564
565* **UpdateDependents:** keep whitespace when stringify ([915a7bf](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/915a7bf))
566* **UpdateDepenedents.ts:** added extra push for failing ([a20a45c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/a20a45c))
567
568### [1.3.12](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.11...v1.3.12) (2019-10-23)
569
570
571### Bug Fixes
572
573* **UpdateDependents:** push of undefined, by default first define the array ([34e3afa](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/34e3afa))
574
575### [1.3.11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.10...v1.3.11) (2019-10-23)
576
577
578### Bug Fixes
579
580* **FetchAllProjects.ts:** gitlab by default only returns 20 projects, updatet to 1000. ([96e6df5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/96e6df5))
581* **updateDependents:** stringify pkg.json ([8f411c2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8f411c2))
582
583### [1.3.10](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.9...v1.3.10) (2019-10-23)
584
585
586### Bug Fixes
587
588* **updatedependents.ts:** removed stringifying of a already string ([c4737bc](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/c4737bc))
589
590### [1.3.9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.8...v1.3.9) (2019-10-23)
591
592
593### Bug Fixes
594
595* **updatedependents.ts:** added a logger to analyze the if statement ([1c99914](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/1c99914))
596* **updateDependents.ts:** added hasOwnProperty instead of includes ([cecd457](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cecd457))
597
598### [1.3.8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.7...v1.3.8) (2019-10-23)
599
600
601### Bug Fixes
602
603* **packagejson:** writes to wrong package json ([19cd5f3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/19cd5f3))
604
605### [1.3.7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.6...v1.3.7) (2019-10-23)
606
607
608### Bug Fixes
609
610* **updatedependents:** package json was seeked at the wrong place ([dc95d50](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/dc95d50))
611
612### [1.3.6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.5...v1.3.6) (2019-10-23)
613
614
615### Bug Fixes
616
617* **updatedependent:** git issue accessToken passed ([3d350c0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3d350c0))
618
619### [1.3.5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.4...v1.3.5) (2019-10-23)
620
621
622### Bug Fixes
623
624* **updatedependents:** bug with git ([54a70e2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/54a70e2))
625
626### [1.3.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.3...v1.3.4) (2019-10-23)
627
628
629### Bug Fixes
630
631* **updatedependencies.ts:** git authentication failure update ([9c9e26d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/9c9e26d))
632
633### [1.3.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.2...v1.3.3) (2019-10-23)
634
635
636### Bug Fixes
637
638* **updatedependents.ts:** defined empty array if it didnt exist ([5b2afa8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5b2afa8))
639
640### [1.3.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.1...v1.3.2) (2019-10-23)
641
642
643### Bug Fixes
644
645* **remoteur:** bug in git url solved ([b995a56](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b995a56))
646
647### [1.3.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.3.0...v1.3.1) (2019-10-23)
648
649
650### Bug Fixes
651
652* **deploytagtemplate:** bug when pushing back to git ([0db5ee3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/0db5ee3))
653
654## [1.3.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.10...v1.3.0) (2019-10-23)
655
656
657### Bug Fixes
658
659* **updatedependents:** changed dependencies to dependents ([fff1e3c](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fff1e3c))
660
661
662### Features
663
664* **deploytagtemplate:** implemented tasks and a deploy tag template cmd ([6820716](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6820716))
665* **updatedependencies:** implemented first version of updateDependency ([027f8b8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/027f8b8)), closes [#11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/11)
666
667### [1.2.10](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.9...v1.2.10) (2019-10-16)
668
669
670### Bug Fixes
671
672* **packageJson:** removed all spaces with dashes ([5310646](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5310646))
673* **rollup:** wrong entry point str ([3742298](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3742298))
674
675### [1.2.9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.8...v1.2.9) (2019-10-15)
676
677
678### Bug Fixes
679
680* **pkgjson:** pkgJson directly in gitlab artifacts ([494eff3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/494eff3))
681
682### [1.2.8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.7...v1.2.8) (2019-10-14)
683
684
685### Bug Fixes
686
687* **deploytestinstance:** bug in pulling wrong origin ([ad11461](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ad11461))
688
689### [1.2.7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.6...v1.2.7) (2019-10-14)
690
691
692### Bug Fixes
693
694* **createmanifest:** major issue solved with pathnames after compiling ([e324896](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/e324896))
695
696### [1.2.6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.5...v1.2.6) (2019-10-14)
697
698
699### Bug Fixes
700
701* **createmanifest:** watched in 1 folder to deep in pipeline ([cdcb47f](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cdcb47f))
702
703### [1.2.5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.4...v1.2.5) (2019-10-14)
704
705
706### Bug Fixes
707
708* **fetchartifacts.ts:** wrong job fetched ([f0023c1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/f0023c1))
709
710### [1.2.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.3...v1.2.4) (2019-10-14)
711
712
713### Bug Fixes
714
715* **fetchartifacts:** implemented request-promise ([ff3be08](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ff3be08))
716
717### [1.2.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.2...v1.2.3) (2019-10-14)
718
719
720### Bug Fixes
721
722* **fetchartifacts:** solved asynnc implementation ([1705eaf](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/1705eaf))
723
724### [1.2.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.1...v1.2.2) (2019-10-14)
725
726
727### Bug Fixes
728
729* **fetchartifacts.ts:** wasn't returning a promise, thus async failed ([b95382e](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b95382e))
730
731### [1.2.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.2.0...v1.2.1) (2019-10-14)
732
733
734### Bug Fixes
735
736* **bundle-tag-manager:** bugs solved according to linter and publish ([3659b11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3659b11))
737
738## [1.2.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.1.0...v1.2.0) (2019-10-14)
739
740
741### Bug Fixes
742
743* **packagejson:** wrong package version ([d62c000](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/d62c000))
744
745
746### Features
747
748* **artifacts:** implemented service to fetch GitLab project artifacts ([8880964](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/8880964))
749* **tags/tag-manager:** implemented artifacts instead of git clone ([25f5fa7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/25f5fa7))
750
751## [1.1.0](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.7...v1.1.0) (2019-10-11)
752
753
754### Features
755
756* **deploytestsite:** possibility to follow the deploy site process ([bcaa462](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/bcaa462))
757
758### [1.0.7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.6...v1.0.7) (2019-10-08)
759
760
761### Bug Fixes
762
763* **create-new-tag:** bug fix in JSON output; type instead of triggerType ([b4c482d](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/b4c482d))
764
765### [1.0.6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.5...v1.0.6) (2019-10-08)
766
767
768### Bug Fixes
769
770* **project:** fixed bugs, refactored and implemented updates ([cbd0e3e](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cbd0e3e))
771
772### [1.0.5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.4...v1.0.5) (2019-10-07)
773
774### [1.0.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.3...v1.0.4) (2019-10-07)
775
776### [1.0.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.2...v1.0.3) (2019-10-07)
777
778### [1.0.2](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v1.0.1...v1.0.2) (2019-10-07)
779
780### [1.0.1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.25...v1.0.1) (2019-10-07)
781
782### [0.0.25](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.24...v0.0.25) (2019-10-07)
783
784### [0.0.24](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.23...v0.0.24) (2019-10-07)
785
786### [0.0.23](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.22...v0.0.23) (2019-10-07)
787
788### [0.0.22](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.21...v0.0.22) (2019-10-04)
789
790### [0.0.21](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.20...v0.0.21) (2019-10-04)
791
792### [0.0.20](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.19...v0.0.20) (2019-10-04)
793
794### [0.0.19](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.18...v0.0.19) (2019-10-04)
795
796### [0.0.18](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.17...v0.0.18) (2019-10-04)
797
798### [0.0.17](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.16...v0.0.17) (2019-10-04)
799
800### [0.0.16](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.15...v0.0.16) (2019-10-04)
801
802### [0.0.15](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.14...v0.0.15) (2019-10-04)
803
804### [0.0.14](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.13...v0.0.14) (2019-10-04)
805
806### [0.0.13](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.12...v0.0.13) (2019-10-03)
807
808### [0.0.12](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.11...v0.0.12) (2019-10-03)
809
810### [0.0.11](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.10...v0.0.11) (2019-10-03)
811
812### [0.0.10](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.9...v0.0.10) (2019-10-03)
813
814### [0.0.9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.8...v0.0.9) (2019-10-03)
815
816### [0.0.8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.7...v0.0.8) (2019-10-03)
817
818
819### Bug Fixes
820
821* **create-new-tag:** added manifest to creating pkgJson ([6ae9297](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/6ae9297))
822* **pkgjson:** updatet dependencies of tag-cli ([cf7686a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/cf7686a))
823
824### [0.0.7](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.6...v0.0.7) (2019-10-03)
825
826
827### Bug Fixes
828
829* **create-new-tag:** created new-tag and publish-tag ([d2778c3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/d2778c3))
830* **create-tag-manager:** added create project ([3a904e9](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3a904e9))
831* **create-tag-manager:** solved bug in gitlab config of cmd ([ea09c8a](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/ea09c8a))
832* **gitlab.ts:** added environment url in gitlab script ([96c71ee](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/96c71ee))
833* **src:** changed gitignore ([18056ef](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/18056ef))
834
835
836### Features
837
838* **deploy-script:** implemented deploy script including ext + check ([433a668](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/433a668))
839* **deploy-site:** deploy site script ([99283a6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/99283a6))
840* **deploy-tag-manager:** made script-cli ready for merge ([4af0e48](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4af0e48))
841* **deploy-test-site:** deploying a test site to gitlab instance group ([1a8ff62](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/1a8ff62))
842* **deploy-test-site:** implemented deploy test site script ([3ed5daa](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/3ed5daa)), closes [#4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/issues/4)
843* **main.ts:** added yargs commands ([d515d31](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/d515d31))
844* **parcel:** dev server ([89b59dd](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/89b59dd))
845* **scripts:** create-tag-manager ([fc857a6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/fc857a6))
846
847### [0.0.6](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.5...v0.0.6) (2019-09-18)
848
849### Bug Fixes
850
851- **main.ts:** deleted wrong package ([5f5f2a8](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/5f5f2a8))
852
853### [0.0.5](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.4...v0.0.5) (2019-09-18)
854
855### Bug Fixes
856
857- **init.ts:** typeof statement in if checked reverse ([4f355d1](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/4f355d1))
858
859### [0.0.4](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.3...v0.0.4) (2019-09-18)
860
861### Bug Fixes
862
863- **project:** implemented commitizen ([45e0b66](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/commit/45e0b66))
864
865### [0.0.3](https://gitlab.com/d-cat/templates/ci-cd/tag-cli/compare/v0.0.2...v0.0.3) (2019-09-18)
866
867### 0.0.2 (2019-09-18)