@akinon/pz-akifast 1.52.0-rc.0 → 1.53.0-rc.0

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 +8 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,17 @@
1
1
  # @akinon/pz-akifast
2
2
 
3
- ## 1.52.0-rc.0
3
+ ## 1.53.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 50b90692: ZERO-2767: update plugin readme files
8
7
  - 64699d3: ZERO-2761: Fix invalid import for plugin module
9
- - 146ea391: ZERO-2774: Update imports
8
+
9
+ ## 1.52.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 50b9069: ZERO-2767: update plugin readme files
14
+ - 146ea39: ZERO-2774: Update imports
10
15
 
11
16
  ## 1.51.0
12
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-akifast",
3
- "version": "1.52.0-rc.0",
3
+ "version": "1.53.0-rc.0",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",