@tillhub/javascript-sdk 4.203.0 → 4.205.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +10 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [4.205.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.204.0...v4.205.0) (2025-06-11)
2
+
3
+ # [4.204.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.203.0...v4.204.0) (2025-06-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * **deploy:** add GH_TOKEN to deployment workflow for GitHub integration ([21a1c78](https://github.com/tillhub/tillhub-sdk-javascript/commit/21a1c7843791a1a3e4b0f0265234f5f8f4b2cd64))
9
+
1
10
  # [4.203.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.202.0...v4.203.0) (2025-06-11)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/javascript-sdk",
3
- "version": "4.203.0",
3
+ "version": "4.205.0",
4
4
  "description": "The JavaScript (Browser) SDK for the Tillhub API",
5
5
  "keywords": [],
6
6
  "main": "dist/tillhub-js.js",
@@ -158,6 +158,15 @@
158
158
  "@semantic-release/npm",
159
159
  "@semantic-release/git"
160
160
  ],
161
+ "analyzeCommits": {
162
+ "preset": "angular",
163
+ "releaseRules": [
164
+ {
165
+ "type": "*",
166
+ "release": "minor"
167
+ }
168
+ ]
169
+ },
161
170
  "prepare": [
162
171
  "@semantic-release/npm",
163
172
  "@semantic-release/changelog",