@hexonet/semantic-release-whmcs 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +7 -0
- package/README.md +2 -0
- package/package.json +2 -3
package/HISTORY.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [5.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.0...v5.0.1) (2023-01-18)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **npm:** launch new version to correctly cover "engines" listed in package.json ([4bb1443](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/4bb14433b04f56855f89b7f9857498edfc098dea))
|
7
|
+
|
1
8
|
# [5.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v4.0.4...v5.0.0) (2023-01-18)
|
2
9
|
|
3
10
|
|
package/README.md
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
| `verifyConditions` | Verify the presence and the validity of the authentication credentials (set via [environment variables](#environment-variables)) and the product id option configuration. |
|
15
15
|
| `publish` | Publish product/module version to [WHMCS Marketplace](https://marketplace.whmcs.com) including changelog notes. |
|
16
16
|
|
17
|
+
FYI: This module is ESM ready!
|
18
|
+
|
17
19
|
## Resources
|
18
20
|
|
19
21
|
* [Usage Guide](#usage-guide)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hexonet/semantic-release-whmcs",
|
3
3
|
"description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
|
4
|
-
"version": "5.0.
|
4
|
+
"version": "5.0.1",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -13,8 +13,7 @@
|
|
13
13
|
},
|
14
14
|
"license": "MIT",
|
15
15
|
"engines": {
|
16
|
-
"node": ">=18"
|
17
|
-
"npm": "8.11.0"
|
16
|
+
"node": ">=18.3.0"
|
18
17
|
},
|
19
18
|
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs#readme",
|
20
19
|
"repository": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs",
|