@akinon/pz-masterpass 1.51.0 → 1.52.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,5 +1,11 @@
1
1
  # @akinon/pz-masterpass
2
2
 
3
+ ## 1.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 50b9069: ZERO-2767: update plugin readme files
8
+
3
9
  ## 1.51.0
4
10
 
5
11
  ## 1.50.0
package/README.md CHANGED
@@ -1,4 +1,14 @@
1
- # pz-masterpass
1
+ # @akinon/pz-masterpass
2
+
3
+ ### Install the npm package
4
+
5
+ ```bash
6
+ # For latest version
7
+ yarn add @akinon/pz-masterpass
8
+
9
+ # Preferred installation method
10
+ npx @akinon/projectzero@latest --plugins
11
+ ```
2
12
 
3
13
  ## Available Props
4
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-masterpass",
3
- "version": "1.51.0",
3
+ "version": "1.52.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.d.ts",