outblocks-cli 0.1.17 → 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 +41 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
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
+
16
+ ## [v0.1.20](https://github.com/outblocks/outblocks-cli/compare/v0.1.19...v0.1.20)
17
+
18
+ > 2021-09-22
19
+
20
+ ### FEATURES
21
+
22
+ [`b1a7310`](https://github.com/outblocks/outblocks-cli/commit/b1a731001319b5a1169f557565370052bd2850a0) strip build ansi output, project id, passing env
23
+
24
+
25
+ ## [v0.1.19](https://github.com/outblocks/outblocks-cli/compare/v0.1.18...v0.1.19)
26
+
27
+ > 2021-09-21
28
+
29
+ ### BUG FIXES
30
+
31
+ [`e97e160`](https://github.com/outblocks/outblocks-cli/commit/e97e160972e4fb9515744a4a7c6e1adf9e9f62b8) dir templates
32
+ [`b499fd6`](https://github.com/outblocks/outblocks-cli/commit/b499fd6302782404bbb56ff75cca9fe66e6173ed) outputdir
33
+
34
+
35
+ ## [v0.1.18](https://github.com/outblocks/outblocks-cli/compare/v0.1.17...v0.1.18)
36
+
37
+ > 2021-09-21
38
+
39
+ ### FEATURES
40
+
41
+ [`b33676a`](https://github.com/outblocks/outblocks-cli/commit/b33676aae04eb4431fcc28ab372f0d76401cf72d) service app support, bugfixes
42
+
43
+
3
44
  ## [v0.1.17](https://github.com/outblocks/outblocks-cli/compare/v0.1.16...v0.1.17)
4
45
 
5
46
  > 2021-09-03
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outblocks-cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.21",
4
4
  "description": "Auto DevOps",
5
5
  "main": "index.js",
6
6
  "directories": {