@haus-tech/package-size-plugin 3.0.4 → 3.0.5

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
+ ## 3.0.4
2
+
3
+ This was a version bump only for package-size-plugin to align it with other projects, there were no code changes.
4
+
1
5
  ## 3.0.3
2
6
 
3
7
  ### 🚀 Features
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
  name: package-size-plugin
3
3
  title: Package Size Plugin
4
4
  description: Vendure plugin that allows you to manage and expose custom package size information for product variants.
5
- version: 3.0.2
5
+ version: 3.0.4
6
+ tags: [vendure, plugin, product]
6
7
  ---
7
8
 
8
9
  # Package Size Plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-tech/package-size-plugin",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Package size plugin for Vendure",
5
5
  "author": "Haus Tech",
6
6
  "repository": {