@hexonet/semantic-release-whmcs 5.0.12 → 5.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/HISTORY.md +7 -0
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.12...v5.0.13) (2024-1-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump follow-redirects from 1.15.3 to 1.15.4 ([f173697](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/f173697250626c55337ac1c20f4553e8058aa9be))
7
+
1
8
  ## [5.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.11...v5.0.12) (2024-1-5)
2
9
 
3
10
 
package/README.md CHANGED
@@ -92,8 +92,8 @@ Contributors are highly welcome.
92
92
 
93
93
  ## Authors
94
94
 
95
- * **Kai Schwarz** - *lead development* - [PapaKai](https://github.com/papakai)
96
- * **Sebastian Vassiliou** - *development* - [h9k](https://github.com/h9k)
95
+ * **Kai Schwarz** - *lead development* - [KaiSchwarz-cnic](https://github.com/KaiSchwarz-cnic)
96
+ * **Sebastian Vassiliou** - *development* - [SebastianVassiliou-cnic](https://github.com/SebastianVassiliou-cnic)
97
97
 
98
98
  ## License
99
99
 
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.12",
4
+ "version": "5.0.13",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -79,7 +79,7 @@
79
79
  "c8": "^8.0.0",
80
80
  "gulp": "^4.0.2",
81
81
  "prettier": "^3.0.0",
82
- "rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^1.0.0",
82
+ "rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^2.0.0",
83
83
  "semantic-release": "^22.0.5",
84
84
  "stream-buffers": "^3.0.2"
85
85
  },