@pinelab/vendure-plugin-e-boekhouden 1.4.1 → 1.4.2

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,7 @@
1
+ # 1.4.2 (2025-11-13)
2
+
3
+ - Documentation update
4
+
1
5
  # 1.4.1 (2025-11-06)
2
6
 
3
7
  - Updated official documentation URL
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vendure E-boekhouden plugin
2
2
 
3
- ### [Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-e-boekhouden)
3
+ [Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-e-boekhouden)
4
4
 
5
5
  Plugin for syncing orders to the Dutch accounting platform E-boekhouden.nl.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-e-boekhouden",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Vendure plugin for integration with the e-boekhouden accounting platform",
5
5
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
6
6
  "homepage": "https://plugins.pinelab.studio/",
@@ -28,5 +28,5 @@
28
28
  "dependencies": {
29
29
  "soap": "^0.43.0"
30
30
  },
31
- "gitHead": "0564435781055813435b8c6a71baa2a6d27ddc08"
31
+ "gitHead": "ba4e499e13892b029fac2aa29082c03ec8032249"
32
32
  }