@akinon/pz-akifast 1.48.0-rc.6 → 1.48.0-rc.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @akinon/pz-akifast
2
2
 
3
+ ## 1.48.0-rc.8
4
+
5
+ ### Minor Changes
6
+
7
+ - 50b9069: ZERO-2767: update plugin readme files
8
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
9
+ - 146ea391: ZERO-2774: Update imports
10
+
11
+ ## 1.48.0-rc.7
12
+
3
13
  ## 1.48.0-rc.6
4
14
 
5
15
  ## 1.48.0-rc.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-akifast",
3
- "version": "1.48.0-rc.6",
3
+ "version": "1.48.0-rc.8",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",