@pinelab/vendure-plugin-sendcloud 1.5.3 → 1.6.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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.6.0 (2026-02-05)
2
+
3
+ - Upgraded to Vendure 3.5.3
4
+
1
5
  # 1.5.3 (2025-11-13)
2
6
 
3
7
  - Documentation update
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-sendcloud",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "description": "Vendure plugin for syncing orders with SendCloud",
5
5
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
6
6
  "homepage": "https://plugins.pinelab.studio/",
@@ -23,5 +23,5 @@
23
23
  "start": "yarn ts-node test/dev-server.ts",
24
24
  "lint": "echo 'No linting configured'"
25
25
  },
26
- "gitHead": "ba4e499e13892b029fac2aa29082c03ec8032249"
26
+ "gitHead": "349500e8984c828a399d21bd63bb8eb11aa790e8"
27
27
  }