@pinelab/vendure-plugin-customer-managed-groups 1.4.1 → 1.5.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.5.0 (2024-12-19)
2
+
3
+ - Update Vendure to 3.1.1
4
+
1
5
  # 1.4.1 (2024-08-04)
2
6
 
3
7
  - Update compatibility range (#480)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-customer-managed-groups",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "This plugin allows customer groups to have 'Group admins', that are allowed to fetch placed orders for everyone in the group.",
5
5
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
6
6
  "homepage": "https://pinelab-plugins.com/",
@@ -26,5 +26,5 @@
26
26
  "test": "vitest run",
27
27
  "lint": "echo 'No linting configured'"
28
28
  },
29
- "gitHead": "2414f11eb04b280eea1a2c937a96dbf3696195dc"
29
+ "gitHead": "9c5bcd59af3ebeb3287084e495d7c5c359cf5d40"
30
30
  }