UNPKG

4.05 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="0.1.15"></a>
6## [0.1.15](https://github.com/tenproduct/ng-ten/compare/v0.1.14...v0.1.15) (2018-04-16)
7
8
9
10<a name="0.1.14"></a>
11## [0.1.14](https://github.com/tenproduct/ng-ten/compare/v0.1.13...v0.1.14) (2018-04-16)
12
13
14
15<a name="0.1.13"></a>
16## [0.1.13](https://github.com/tenproduct/ng-ten/compare/v0.1.12...v0.1.13) (2018-04-16)
17
18
19### Bug Fixes
20
21* **build:** configure max amount of listeners on std* event emitters ([f85aad2](https://github.com/tenproduct/ng-ten/commit/f85aad2))
22* **build:** remove relative path to “ng” executable since npmRunAll points at the “ng” npm script ([d9fb6c5](https://github.com/tenproduct/ng-ten/commit/d9fb6c5))
23
24
25
26<a name="0.1.12"></a>
27## [0.1.12](https://github.com/tenproduct/ng-ten/compare/v0.1.11...v0.1.12) (2018-04-16)
28
29
30
31<a name="0.1.11"></a>
32## [0.1.11](https://github.com/tenproduct/ng-ten/compare/v0.1.10...v0.1.11) (2018-04-16)
33
34
35
36<a name="0.1.10"></a>
37## [0.1.10](https://github.com/tenproduct/ng-ten/compare/v0.1.9...v0.1.10) (2018-04-16)
38
39
40
41<a name="0.1.9"></a>
42## [0.1.9](https://github.com/tenproduct/ng-ten/compare/v0.1.8...v0.1.9) (2018-04-16)
43
44
45### Bug Fixes
46
47* **build:** try to let CI know the process finished ([6e2e7dc](https://github.com/tenproduct/ng-ten/commit/6e2e7dc))
48
49
50
51<a name="0.1.8"></a>
52## [0.1.8](https://github.com/tenproduct/ng-ten/compare/v0.1.7...v0.1.8) (2018-04-16)
53
54
55
56<a name="0.1.7"></a>
57## [0.1.7](https://github.com/tenproduct/ng-ten/compare/v0.1.6...v0.1.7) (2018-04-16)
58
59
60### Bug Fixes
61
62* **build:** exit process outside try/catch ([10d89f6](https://github.com/tenproduct/ng-ten/commit/10d89f6))
63
64
65
66<a name="0.1.6"></a>
67## [0.1.6](https://github.com/tenproduct/ng-ten/compare/v0.1.5...v0.1.6) (2018-04-16)
68
69
70### Bug Fixes
71
72* **build:** exit process after apps have built ([310c4a1](https://github.com/tenproduct/ng-ten/commit/310c4a1))
73
74
75
76<a name="0.1.5"></a>
77## [0.1.5](https://github.com/tenproduct/ng-ten/compare/v0.1.4...v0.1.5) (2018-04-16)
78
79
80### Bug Fixes
81
82* **build:** try to catch errors when running “npm-run-all” ([922ca16](https://github.com/tenproduct/ng-ten/commit/922ca16))
83
84
85
86<a name="0.1.4"></a>
87## [0.1.4](https://github.com/tenproduct/ng-ten/compare/v0.1.3...v0.1.4) (2018-04-12)
88
89
90### Bug Fixes
91
92* **deploy:** invalidate CF cache starting at locale subfolder e.g. “/en-gb/*” ([dd9c8d6](https://github.com/tenproduct/ng-ten/commit/dd9c8d6))
93
94
95
96<a name="0.1.3"></a>
97## [0.1.3](https://github.com/tenproduct/ng-ten/compare/v0.1.2...v0.1.3) (2018-04-11)
98
99
100### Bug Fixes
101
102* **npm:** generate oclif manifest after tagging a release ([8745835](https://github.com/tenproduct/ng-ten/commit/8745835))
103
104
105
106<a name="0.1.2"></a>
107## [0.1.2](https://github.com/tenproduct/ng-ten/compare/v0.1.1...v0.1.2) (2018-04-11)
108
109
110
111<a name="0.1.1"></a>
112## [0.1.1](https://github.com/tenproduct/ng-ten/compare/v0.1.0...v0.1.1) (2018-04-11)
113
114
115### Bug Fixes
116
117* correct “release:publish” npm script ([ed4fa86](https://github.com/tenproduct/ng-ten/commit/ed4fa86))
118
119
120
121<a name="0.1.0"></a>
122# 0.1.0 (2018-04-11)
123
124
125### Features
126
127* **build:** add a “build” command ([a5c203a](https://github.com/tenproduct/ng-ten/commit/a5c203a))
128* add “deploy” command ([158637f](https://github.com/tenproduct/ng-ten/commit/158637f))
129* init CLI ([a4600e6](https://github.com/tenproduct/ng-ten/commit/a4600e6))
130* **deploy:** add —environment flag ([daf5e2b](https://github.com/tenproduct/ng-ten/commit/daf5e2b))
131* **deploy:** consume config to deploy all the apps to s3 ([8b14b8c](https://github.com/tenproduct/ng-ten/commit/8b14b8c))
132* **deploy:** invalidate CF caches after deployment of each client ([78abeeb](https://github.com/tenproduct/ng-ten/commit/78abeeb))
133* **deploy:** read AWS credentials from process.env or ~/.aws ([d68cb15](https://github.com/tenproduct/ng-ten/commit/d68cb15))
134* update readme ([78a4715](https://github.com/tenproduct/ng-ten/commit/78a4715))