@pinelab/vendure-plugin-sendcloud 1.5.2 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 1.6.0 (2026-02-05)
2
+
3
+ - Upgraded to Vendure 3.5.3
4
+
5
+ # 1.5.3 (2025-11-13)
6
+
7
+ - Documentation update
8
+
1
9
  # 1.5.2 (2025-11-06)
2
10
 
3
11
  - Updated official documentation URL
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vendure SendCloud plugin
2
2
 
3
- ### [Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-sendcloud)
3
+ [Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-sendcloud)
4
4
 
5
5
  This plugin syncs orders to the SendCloud fulfillment platform.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-sendcloud",
3
- "version": "1.5.2",
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": "0564435781055813435b8c6a71baa2a6d27ddc08"
26
+ "gitHead": "349500e8984c828a399d21bd63bb8eb11aa790e8"
27
27
  }