@pinelab/vendure-plugin-anonymized-order 1.3.0 → 1.4.1

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 1.4.1 (2025-11-06)
2
+
3
+ - Updated official documentation URL
4
+
5
+ # 1.4.0 (2025-06-04)
6
+
7
+ - Upgraded to Vendure 3.3.2
8
+
1
9
  # 1.3.0 (2024-12-19)
2
10
 
3
11
  - Update Vendure to 3.1.1
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-anonymized-order",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "This plugin facilitates the retrieval of anonymized customer orders",
5
5
  "author": "Surafel Tariku <surafelmelese09@gmail.com>",
6
- "homepage": "https://pinelab-plugins.com/",
6
+ "homepage": "https://plugins.pinelab.studio/",
7
7
  "repository": "https://github.com/Pinelab-studio/pinelab-vendure-plugins",
8
8
  "license": "MIT",
9
9
  "private": false,
@@ -27,5 +27,5 @@
27
27
  "generate": "graphql-codegen",
28
28
  "lint": "echo 'No linting configured'"
29
29
  },
30
- "gitHead": "9c5bcd59af3ebeb3287084e495d7c5c359cf5d40"
30
+ "gitHead": "0564435781055813435b8c6a71baa2a6d27ddc08"
31
31
  }