outblocks-cli 0.1.20 → 0.1.21

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Outblocks CLI Changelog
2
2
 
3
+ ## [v0.1.21](https://github.com/outblocks/outblocks-cli/compare/v0.1.20...v0.1.21)
4
+
5
+ > 2021-09-24
6
+
7
+ ### BUG FIXES
8
+
9
+ [`03efd40`](https://github.com/outblocks/outblocks-cli/commit/03efd40e732eef2289e647237089f98e831fa036) adapt for project init
10
+
11
+ ### FEATURES
12
+
13
+ [`ec14df4`](https://github.com/outblocks/outblocks-cli/commit/ec14df40e185e9c33c2d8eef26149bb25bed7eb5) start before plan, progress app builder, move plugin props to values
14
+
15
+
3
16
  ## [v0.1.20](https://github.com/outblocks/outblocks-cli/compare/v0.1.19...v0.1.20)
4
17
 
5
18
  > 2021-09-22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outblocks-cli",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Auto DevOps",
5
5
  "main": "index.js",
6
6
  "directories": {