@hexonet/semantic-release-whmcs 4.0.3 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +1 -1
- package/HISTORY.md +69 -62
- package/README.md +5 -5
- package/coverage/coverage-final.json +10 -10
- package/coverage/index.html +19 -19
- package/coverage/lib/definitions/errors.js.html +19 -7
- package/coverage/lib/definitions/index.html +7 -7
- package/coverage/lib/delete-marketplace-version.js.html +19 -19
- package/coverage/lib/get-error.js.html +3 -3
- package/coverage/lib/get-github-releases.js.html +1 -1
- package/coverage/lib/index.html +10 -10
- package/coverage/lib/publish.js.html +1 -1
- package/coverage/lib/puppet.js.html +6 -6
- package/coverage/lib/resolve-config.js.html +2 -2
- package/coverage/lib/scrape-marketplace-versions.js.html +1 -1
- package/coverage/lib/set-compatible-versions.js.html +1 -1
- package/coverage/lib/verify.js.html +22 -13
- package/index.js +16 -9
- package/lib/definitions/errors.js +12 -8
- package/lib/verify.js +13 -10
- package/package.json +5 -5
package/CONTRIBUTING.md
CHANGED
|
@@ -7,7 +7,7 @@ Please note we have a code of conduct, please follow it in all your interactions
|
|
|
7
7
|
|
|
8
8
|
## Pull Request Process
|
|
9
9
|
|
|
10
|
-
Read [here](https://github.com/
|
|
10
|
+
Read [here](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/wiki/Development-Guide#pull-request-pr-procedure).
|
|
11
11
|
|
|
12
12
|
## Code of Conduct
|
|
13
13
|
|
package/HISTORY.md
CHANGED
|
@@ -1,31 +1,38 @@
|
|
|
1
|
-
## [4.0.
|
|
1
|
+
## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v4.0.3...v4.0.4) (2023-01-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **conditions:** verifies required env variables before publish step ([5ed84c9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/5ed84c9b84dcb031d0784f1e0b786b2fefcb87e8))
|
|
7
7
|
|
|
8
|
-
## [4.0.
|
|
8
|
+
## [4.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v4.0.2...v4.0.3) (2022-08-09)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Bug Fixes
|
|
12
12
|
|
|
13
|
-
* **
|
|
14
|
-
* **ci:** run tests with debug ([94e9a0e](https://github.com/hexonet/semantic-release-whmcs/commit/94e9a0e1efee3fda9baa030e85ffbf6fc15bcecf))
|
|
13
|
+
* **with_head:** env var renamed to PUPPETEER_HEADLESS, code reviewed/patched ([5278c61](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/5278c618ec6e515651319f235e4a78d6dbd2597c))
|
|
15
14
|
|
|
16
|
-
## [4.0.
|
|
15
|
+
## [4.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v4.0.1...v4.0.2) (2022-06-29)
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
### Bug Fixes
|
|
20
19
|
|
|
21
|
-
* **
|
|
20
|
+
* **ci:** introduce WITH_HEAD env parameter ([7f28751](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/7f287516e2b7e518ab467a5ef4cf0e0bba1482ba))
|
|
21
|
+
* **ci:** run tests with debug ([94e9a0e](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/94e9a0e1efee3fda9baa030e85ffbf6fc15bcecf))
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## [4.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v4.0.0...v4.0.1) (2022-06-14)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **semantic-release:** include package-lock.json in version commit ([3adb404](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/3adb4047fb0b0691124a2f11ed2931adffd6f1bf))
|
|
29
|
+
|
|
30
|
+
# [4.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.1.3...v4.0.0) (2022-06-08)
|
|
24
31
|
|
|
25
32
|
|
|
26
33
|
### chore
|
|
27
34
|
|
|
28
|
-
* bump semantic-release from 18.0.1 to 19.0.2 ([cd94520](https://github.com/
|
|
35
|
+
* bump semantic-release from 18.0.1 to 19.0.2 ([cd94520](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/cd94520c1bf99e92f762b1521137b0bd4c57d9e7))
|
|
29
36
|
|
|
30
37
|
|
|
31
38
|
### BREAKING CHANGES
|
|
@@ -36,180 +43,180 @@ Bumps [semantic-release](https://github.com/semantic-release/semantic-release) f
|
|
|
36
43
|
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
|
|
37
44
|
- [Commits](https://github.com/semantic-release/semantic-release/compare/v18.0.1...v19.0.2)
|
|
38
45
|
|
|
39
|
-
## [3.1.3](https://github.com/
|
|
46
|
+
## [3.1.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.1.2...v3.1.3) (2022-06-08)
|
|
40
47
|
|
|
41
48
|
|
|
42
49
|
### Bug Fixes
|
|
43
50
|
|
|
44
|
-
* **regexp:** fixing redos possibility ([53060bd](https://github.com/
|
|
51
|
+
* **regexp:** fixing redos possibility ([53060bd](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/53060bd2bb0df52dfd80aa5cd938d69a3d5f6d42))
|
|
45
52
|
|
|
46
|
-
## [3.1.2](https://github.com/
|
|
53
|
+
## [3.1.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.1.1...v3.1.2) (2022-06-08)
|
|
47
54
|
|
|
48
55
|
|
|
49
56
|
### Bug Fixes
|
|
50
57
|
|
|
51
|
-
* **regex:** polygonal regular expression used on uncontrolled data ([bcaf404](https://github.com/
|
|
52
|
-
* **regular expression:** fixed unnecessary escape character ([5613eba](https://github.com/
|
|
58
|
+
* **regex:** polygonal regular expression used on uncontrolled data ([bcaf404](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/bcaf40466a59baaf4a1fe8f55c819ef3ff325064))
|
|
59
|
+
* **regular expression:** fixed unnecessary escape character ([5613eba](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/5613eba3684060fd33c47db1dc4a82f2eb262c77))
|
|
53
60
|
|
|
54
|
-
## [3.1.1](https://github.com/
|
|
61
|
+
## [3.1.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.1.0...v3.1.1) (2021-11-09)
|
|
55
62
|
|
|
56
63
|
|
|
57
64
|
### Performance Improvements
|
|
58
65
|
|
|
59
|
-
* **dep bumps:** upgraded dependencies ([f54620f](https://github.com/
|
|
66
|
+
* **dep bumps:** upgraded dependencies ([f54620f](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/f54620f1fcdd54f62b6d43f15ef0a6e4b0e70292))
|
|
60
67
|
|
|
61
|
-
# [3.1.0](https://github.com/
|
|
68
|
+
# [3.1.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.0.2...v3.1.0) (2021-05-19)
|
|
62
69
|
|
|
63
70
|
|
|
64
71
|
### Bug Fixes
|
|
65
72
|
|
|
66
|
-
* **coverage:** fixed coverage report by ignoring puppeteer browser-side code ([612403d](https://github.com/
|
|
67
|
-
* **gh_repo:** fix implementation of GH_REPO and syncVersions ([cf33e36](https://github.com/
|
|
68
|
-
* **gh_repo:** fix implementation of GH_REPO and syncVersions ([c4f8165](https://github.com/
|
|
69
|
-
* **puppeteer:** ensure to hover to selector before clicking ([aad85a6](https://github.com/
|
|
73
|
+
* **coverage:** fixed coverage report by ignoring puppeteer browser-side code ([612403d](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/612403d25f211766118ce96016967d554e976c98))
|
|
74
|
+
* **gh_repo:** fix implementation of GH_REPO and syncVersions ([cf33e36](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/cf33e36d8d26d4396642d33791bb774382c9fc28))
|
|
75
|
+
* **gh_repo:** fix implementation of GH_REPO and syncVersions ([c4f8165](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/c4f8165d0d2d1fcf3ea83680d895b35eea3abc5a))
|
|
76
|
+
* **puppeteer:** ensure to hover to selector before clicking ([aad85a6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/aad85a60c42d226342d72b19ef7cf86d2ad2ca20))
|
|
70
77
|
|
|
71
78
|
|
|
72
79
|
### Features
|
|
73
80
|
|
|
74
|
-
* **log:** improve logging ([5573b6a](https://github.com/
|
|
81
|
+
* **log:** improve logging ([5573b6a](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/5573b6a255ef755e67fcacbe33fdeacc232e4b15))
|
|
75
82
|
|
|
76
|
-
## [3.0.2](https://github.com/
|
|
83
|
+
## [3.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.0.1...v3.0.2) (2021-04-28)
|
|
77
84
|
|
|
78
85
|
|
|
79
86
|
### Bug Fixes
|
|
80
87
|
|
|
81
|
-
* bump puppeteer from 8.0.0 to 9.0.0 ([577a3fc](https://github.com/
|
|
88
|
+
* bump puppeteer from 8.0.0 to 9.0.0 ([577a3fc](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/577a3fc1b264eb0da5b24a083bb086fbc74ce023))
|
|
82
89
|
|
|
83
|
-
## [3.0.1](https://github.com/
|
|
90
|
+
## [3.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v3.0.0...v3.0.1) (2021-03-01)
|
|
84
91
|
|
|
85
92
|
|
|
86
93
|
### Bug Fixes
|
|
87
94
|
|
|
88
|
-
* bump puppeteer from 7.1.0 to 8.0.0 ([ea82a37](https://github.com/
|
|
95
|
+
* bump puppeteer from 7.1.0 to 8.0.0 ([ea82a37](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/ea82a3766996d42a56b7e332b7e29a19d2198380))
|
|
89
96
|
|
|
90
|
-
# [3.0.0](https://github.com/
|
|
97
|
+
# [3.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v2.0.2...v3.0.0) (2021-02-19)
|
|
91
98
|
|
|
92
99
|
|
|
93
100
|
### Features
|
|
94
101
|
|
|
95
|
-
* **compatibility:** implement setting compatible whmcs versions ([905b61a](https://github.com/
|
|
96
|
-
* **versions:** implement adding missing github versions in whmcs marketplace ([4308538](https://github.com/
|
|
97
|
-
* **versions:** implement deleting specific versions from whmcs marketplace ([b73d3f5](https://github.com/
|
|
102
|
+
* **compatibility:** implement setting compatible whmcs versions ([905b61a](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/905b61a984f718b2a490c21e99550b3a8a307859))
|
|
103
|
+
* **versions:** implement adding missing github versions in whmcs marketplace ([4308538](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/43085387daf6db5c5266ded8df5c2b4df1d9e7c1))
|
|
104
|
+
* **versions:** implement deleting specific versions from whmcs marketplace ([b73d3f5](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/b73d3f59c2d1feb7a877de06a1259298f48ea7ae))
|
|
98
105
|
|
|
99
106
|
|
|
100
107
|
### BREAKING CHANGES
|
|
101
108
|
|
|
102
109
|
* **versions:** introduced new environment variables
|
|
103
110
|
|
|
104
|
-
## [2.0.2](https://github.com/
|
|
111
|
+
## [2.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v2.0.1...v2.0.2) (2021-01-19)
|
|
105
112
|
|
|
106
113
|
|
|
107
114
|
### Bug Fixes
|
|
108
115
|
|
|
109
|
-
* **ci:** extend logging; exclude coverage from tests ([40b0a70](https://github.com/
|
|
116
|
+
* **ci:** extend logging; exclude coverage from tests ([40b0a70](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/40b0a702e271c9420cfc9faef59f39aa9d7d441f))
|
|
110
117
|
|
|
111
|
-
## [2.0.1](https://github.com/
|
|
118
|
+
## [2.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v2.0.0...v2.0.1) (2021-01-19)
|
|
112
119
|
|
|
113
120
|
|
|
114
121
|
### Bug Fixes
|
|
115
122
|
|
|
116
|
-
* **github actions:** add missing env vars ([efcac00](https://github.com/
|
|
117
|
-
* **github actions:** add missing env vars from secrets ([01b7543](https://github.com/
|
|
118
|
-
* **github actions:** migrate from Travis CI ([0d579eb](https://github.com/
|
|
123
|
+
* **github actions:** add missing env vars ([efcac00](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/efcac00abb76d8a89ed513036c5cd3396de7ddd7))
|
|
124
|
+
* **github actions:** add missing env vars from secrets ([01b7543](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/01b7543c6db00ec443d68dda6a50957f3924d667))
|
|
125
|
+
* **github actions:** migrate from Travis CI ([0d579eb](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/0d579eb9145b76f08cf0364bdce3a110a55fafb4))
|
|
119
126
|
|
|
120
|
-
# [2.0.0](https://github.com/
|
|
127
|
+
# [2.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.11...v2.0.0) (2021-01-13)
|
|
121
128
|
|
|
122
129
|
|
|
123
130
|
### Features
|
|
124
131
|
|
|
125
|
-
* **adding new version:** automation fixed. tests reviewed/fixed. performance highly improved ([4b75872](https://github.com/
|
|
132
|
+
* **adding new version:** automation fixed. tests reviewed/fixed. performance highly improved ([4b75872](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/4b75872fa0c7df7185375fceabb5fc9ee238111f))
|
|
126
133
|
|
|
127
134
|
|
|
128
135
|
### BREAKING CHANGES
|
|
129
136
|
|
|
130
137
|
* **adding new version:** markdown links are automatically stripped.
|
|
131
138
|
|
|
132
|
-
## [1.0.11](https://github.com/
|
|
139
|
+
## [1.0.11](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.10...v1.0.11) (2020-10-28)
|
|
133
140
|
|
|
134
141
|
|
|
135
142
|
### Bug Fixes
|
|
136
143
|
|
|
137
|
-
* **dep-bump:** upgrade dependencies and review package.json ([c984270](https://github.com/
|
|
144
|
+
* **dep-bump:** upgrade dependencies and review package.json ([c984270](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/c984270ac9618f9637f9f3517a58a8f99412a463))
|
|
138
145
|
|
|
139
|
-
## [1.0.10](https://github.com/
|
|
146
|
+
## [1.0.10](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.9...v1.0.10) (2020-10-28)
|
|
140
147
|
|
|
141
148
|
|
|
142
149
|
### Bug Fixes
|
|
143
150
|
|
|
144
|
-
* **dep-bump:** bump dependency versions (eslint-config-standard) and reviewed code ([c1967d7](https://github.com/
|
|
151
|
+
* **dep-bump:** bump dependency versions (eslint-config-standard) and reviewed code ([c1967d7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/c1967d779c1a723bbf2b3cc83375694ba9a2e097))
|
|
145
152
|
|
|
146
|
-
## [1.0.9](https://github.com/
|
|
153
|
+
## [1.0.9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.8...v1.0.9) (2020-01-20)
|
|
147
154
|
|
|
148
155
|
|
|
149
156
|
### Bug Fixes
|
|
150
157
|
|
|
151
|
-
* **ava:** use of esm module to support es modules ([bb17269](https://github.com/
|
|
158
|
+
* **ava:** use of esm module to support es modules ([bb17269](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/bb172697c466aabf948af05305feaf112a4ecbdc))
|
|
152
159
|
|
|
153
|
-
## [1.0.8](https://github.com/
|
|
160
|
+
## [1.0.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.7...v1.0.8) (2019-09-17)
|
|
154
161
|
|
|
155
162
|
|
|
156
163
|
### Bug Fixes
|
|
157
164
|
|
|
158
|
-
* **npm:** remove dependencies already included in semantic-release itself ([e0d5735](https://github.com/
|
|
165
|
+
* **npm:** remove dependencies already included in semantic-release itself ([e0d5735](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/e0d5735))
|
|
159
166
|
|
|
160
|
-
## [1.0.7](https://github.com/
|
|
167
|
+
## [1.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.6...v1.0.7) (2019-09-17)
|
|
161
168
|
|
|
162
169
|
|
|
163
170
|
### Bug Fixes
|
|
164
171
|
|
|
165
|
-
* **publish:** use nextRelease.version instead of nextRelease.gitTag ([c14b843](https://github.com/
|
|
172
|
+
* **publish:** use nextRelease.version instead of nextRelease.gitTag ([c14b843](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/c14b843))
|
|
166
173
|
|
|
167
|
-
## [1.0.6](https://github.com/
|
|
174
|
+
## [1.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.5...v1.0.6) (2019-09-17)
|
|
168
175
|
|
|
169
176
|
|
|
170
177
|
### Bug Fixes
|
|
171
178
|
|
|
172
|
-
* **package.json:** configure publishConfig ([bbb71d3](https://github.com/
|
|
173
|
-
* **release process:** review semantic-release configuration ([d03ff7c](https://github.com/
|
|
179
|
+
* **package.json:** configure publishConfig ([bbb71d3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/bbb71d3))
|
|
180
|
+
* **release process:** review semantic-release configuration ([d03ff7c](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/d03ff7c))
|
|
174
181
|
|
|
175
|
-
## [1.0.5](https://github.com/
|
|
182
|
+
## [1.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.4...v1.0.5) (2019-09-17)
|
|
176
183
|
|
|
177
184
|
|
|
178
185
|
### Bug Fixes
|
|
179
186
|
|
|
180
|
-
* **package name:** changed at the npm registry ([265f2c6](https://github.com/
|
|
187
|
+
* **package name:** changed at the npm registry ([265f2c6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/265f2c6))
|
|
181
188
|
|
|
182
|
-
## [1.0.4](https://github.com/
|
|
189
|
+
## [1.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.3...v1.0.4) (2019-09-13)
|
|
183
190
|
|
|
184
191
|
|
|
185
192
|
### Bug Fixes
|
|
186
193
|
|
|
187
|
-
* **publish:** fix version number, review return value ([9bfe9ad](https://github.com/
|
|
194
|
+
* **publish:** fix version number, review return value ([9bfe9ad](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/9bfe9ad))
|
|
188
195
|
|
|
189
|
-
## [1.0.3](https://github.com/
|
|
196
|
+
## [1.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.2...v1.0.3) (2019-09-12)
|
|
190
197
|
|
|
191
198
|
|
|
192
199
|
### Bug Fixes
|
|
193
200
|
|
|
194
|
-
* **publish:** review step to return false in error case ([360f787](https://github.com/
|
|
201
|
+
* **publish:** review step to return false in error case ([360f787](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/360f787))
|
|
195
202
|
|
|
196
|
-
## [1.0.2](https://github.com/
|
|
203
|
+
## [1.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.1...v1.0.2) (2019-09-12)
|
|
197
204
|
|
|
198
205
|
|
|
199
206
|
### Bug Fixes
|
|
200
207
|
|
|
201
|
-
* **publish:** review publish step to return an object ([8f193d4](https://github.com/
|
|
208
|
+
* **publish:** review publish step to return an object ([8f193d4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/8f193d4))
|
|
202
209
|
|
|
203
|
-
## [1.0.1](https://github.com/
|
|
210
|
+
## [1.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v1.0.0...v1.0.1) (2019-09-12)
|
|
204
211
|
|
|
205
212
|
|
|
206
213
|
### Bug Fixes
|
|
207
214
|
|
|
208
|
-
* **npm:** add missing puppeteer dependency ([ea8b648](https://github.com/
|
|
215
|
+
* **npm:** add missing puppeteer dependency ([ea8b648](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/ea8b648))
|
|
209
216
|
|
|
210
217
|
# 1.0.0 (2019-09-12)
|
|
211
218
|
|
|
212
219
|
|
|
213
220
|
### Features
|
|
214
221
|
|
|
215
|
-
* **pkg:** initial version ([89ce53c](https://github.com/
|
|
222
|
+
* **pkg:** initial version ([89ce53c](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/89ce53c))
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/semantic-release-whmcs)
|
|
4
4
|
[](https://www.npmjs.com/package/semantic-release-whmcs)
|
|
5
5
|
[](https://github.com/semantic-release/semantic-release)
|
|
6
|
-
[](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/workflows/Release/badge.svg?branch=master)
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
8
|
[](https://github.com/hexonet/node-sdk/blob/master/CONTRIBUTING.md)
|
|
9
9
|
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
## Resources
|
|
18
18
|
|
|
19
19
|
* [Usage Guide](#usage-guide)
|
|
20
|
-
* [Release Notes](https://github.com/
|
|
21
|
-
* [Development Guide](https://github.com/
|
|
20
|
+
* [Release Notes](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/releases)
|
|
21
|
+
* [Development Guide](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/wiki/Development-Guide)
|
|
22
22
|
|
|
23
23
|
## Usage Guide
|
|
24
24
|
|
|
@@ -85,7 +85,7 @@ Type `./whmcs.js --help` for command reference
|
|
|
85
85
|
|
|
86
86
|
## Contributing
|
|
87
87
|
|
|
88
|
-
Please read [Contribution Guide Lines](https://github.com/
|
|
88
|
+
Please read [Contribution Guide Lines](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/blob/master/CONTRIBUTING.md) for details on our code of conduct, then address a PR to us.
|
|
89
89
|
Contributors are highly welcome.
|
|
90
90
|
|
|
91
91
|
## Authors
|
|
@@ -95,6 +95,6 @@ Contributors are highly welcome.
|
|
|
95
95
|
|
|
96
96
|
## License
|
|
97
97
|
|
|
98
|
-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/
|
|
98
|
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/blob/master/LICENSE) file for details.
|
|
99
99
|
|
|
100
100
|
[HEXONET GmbH](https://hexonet.net)
|