tesla-inventory 1.7.31 → 1.7.35

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.
package/codes.json CHANGED
@@ -59,7 +59,7 @@
59
59
  "BT37": "75 kWh (Model 3)",
60
60
  "BT38": "74 kWh (Model 3/Y) LG cells",
61
61
  "BT40": "40 kWh",
62
- "BT42": "82 kWh (Model 3)",
62
+ "BT42": "82 kWh (Model 3/Y)",
63
63
  "BT60": "60 kWh",
64
64
  "BT70": "70 kWh",
65
65
  "BT85": "85 kWh",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tesla-inventory",
3
3
  "description": "Retrieve real-time data from Tesla Inventory.",
4
4
  "homepage": "https://nicedoc.io/Kikobeats/tesla-inventory",
5
- "version": "1.7.31",
5
+ "version": "1.7.35",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -15,6 +15,7 @@
15
15
  "INBC3W": 1500,
16
16
  "INBCW": 1500,
17
17
  "INBFW": 1500,
18
+ "INBPC": 1500,
18
19
  "INLFC": 1500,
19
20
  "INLFP": 1500,
20
21
  "IPW0": 1000,
@@ -18,6 +18,7 @@
18
18
  "INBP3W": 1600,
19
19
  "INBPC": 1600,
20
20
  "INLFC": 1600,
21
+ "INLFP": 1600,
21
22
  "IPW0": 1050,
22
23
  "IPW1": 1050,
23
24
  "MT301": 1990,
@@ -34,7 +35,7 @@
34
35
  "MT320": 4990,
35
36
  "MT321": 8990,
36
37
  "MT322": 2590,
37
- "MT323": 8000,
38
+ "MT323": 7000,
38
39
  "MT336": 1880,
39
40
  "MT337": 2590,
40
41
  "MTS03": 5000,
@@ -12,7 +12,7 @@ const GOT_OPTS = {
12
12
  }
13
13
  }
14
14
 
15
- const MODEL_LETTER = ['x', 's', '3']
15
+ const MODEL_LETTER = ['s', '3', 'x', 'y']
16
16
 
17
17
  const MODEL_CONDITION = ['used', 'new']
18
18
 
package/CHANGELOG.md DELETED
@@ -1,393 +0,0 @@
1
- # Changelog
2
-
3
- All 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
- ### 1.7.31 (2021-11-04)
6
-
7
- ### 1.7.30 (2021-11-02)
8
-
9
- ### 1.7.29 (2021-11-01)
10
-
11
-
12
- ### Bug Fixes
13
-
14
- * codes generation ([bf09908](https://github.com/teslahunt/tesla-inventory/commit/bf09908b6fa0550199132f6ca0b8675b4d144811))
15
-
16
- ### 1.7.28 (2021-10-30)
17
-
18
- ### 1.7.27 (2021-10-26)
19
-
20
- ### 1.7.26 (2021-10-23)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * remove space ([a7263d8](https://github.com/teslahunt/tesla-inventory/commit/a7263d8f3ecc9678d913452a28f3f45a9b2b4541))
26
-
27
- ### 1.7.25 (2021-10-23)
28
-
29
- ### 1.7.24 (2021-10-23)
30
-
31
- ### 1.7.23 (2021-10-16)
32
-
33
- ### 1.7.22 (2021-10-11)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * script ([9446b8c](https://github.com/teslahunt/tesla-inventory/commit/9446b8c109eb13ec1492a715611abc93d84bd806))
39
-
40
- ### 1.7.21 (2021-10-11)
41
-
42
- ### 1.7.20 (2021-10-11)
43
-
44
- ### 1.7.19 (2021-10-09)
45
-
46
- ### 1.7.18 (2021-10-01)
47
-
48
- ### 1.7.17 (2021-09-28)
49
-
50
- ### 1.7.16 (2021-09-27)
51
-
52
- ### 1.7.15 (2021-09-24)
53
-
54
- ### [1.7.14](https://github.com/teslahunt/tesla-inventory/compare/v1.7.13...v1.7.14) (2021-09-18)
55
-
56
- ### 1.7.13 (2021-09-16)
57
-
58
- ### 1.7.12 (2021-09-15)
59
-
60
- ### 1.7.11 (2021-09-06)
61
-
62
- ### 1.7.10 (2021-09-06)
63
-
64
- ### 1.7.9 (2021-09-01)
65
-
66
- ### 1.7.8 (2021-08-31)
67
-
68
- ### 1.7.7 (2021-08-27)
69
-
70
- ### 1.7.6 (2021-08-25)
71
-
72
- ### 1.7.5 (2021-08-17)
73
-
74
- ### 1.7.4 (2021-07-29)
75
-
76
- ### 1.7.3 (2021-07-26)
77
-
78
- ### [1.7.2](https://github.com/teslahunt/tesla-inventory/compare/v1.7.1...v1.7.2) (2021-07-26)
79
-
80
- ### 1.7.1 (2021-07-23)
81
-
82
- ## [1.7.0](https://github.com/teslahunt/tesla-inventory/compare/v1.6.18...v1.7.0) (2021-07-23)
83
-
84
-
85
- ### Features
86
-
87
- * rename usa into us ([5c15e40](https://github.com/teslahunt/tesla-inventory/commit/5c15e40e1463a267fa6c9db33fbef907a10128e6))
88
-
89
- ### 1.6.18 (2021-07-14)
90
-
91
- ### 1.6.17 (2021-07-04)
92
-
93
- ### 1.6.16 (2021-07-04)
94
-
95
- ### 1.6.15 (2021-07-04)
96
-
97
- ### 1.6.14 (2021-07-04)
98
-
99
- ### 1.6.13 (2021-07-04)
100
-
101
- ### [1.6.12](https://github.com/teslahunt/tesla-inventory/compare/v1.6.9...v1.6.12) (2021-07-04)
102
-
103
- ### 1.6.11 (2021-07-04)
104
-
105
- ### 1.6.10 (2021-07-04)
106
-
107
- ### [1.6.9](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.8...v1.6.9) (2021-06-27)
108
-
109
- ### [1.6.8](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.7...v1.6.8) (2021-06-15)
110
-
111
- ### [1.6.7](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.6...v1.6.7) (2021-06-15)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * **ci:** script name ([add1198](https://github.com/Kikobeats/tesla-inventory/commit/add1198160f06e5676214e6f8b1e4d277e8104c0))
117
-
118
- ### [1.6.6](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.5...v1.6.6) (2021-06-15)
119
-
120
- ### [1.6.5](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.4...v1.6.5) (2021-06-13)
121
-
122
- ### [1.6.4](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.3...v1.6.4) (2021-06-05)
123
-
124
- ### [1.6.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.1...v1.6.3) (2021-06-04)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * **ci:** omit failed inventories ([7621f1b](https://github.com/Kikobeats/tesla-inventory/commit/7621f1b5d7aa2f192bb88c1dedf1df29557320fa))
130
-
131
- ### [1.6.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.1...v1.6.2) (2021-06-04)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * **ci:** omit failed inventories ([7621f1b](https://github.com/Kikobeats/tesla-inventory/commit/7621f1b5d7aa2f192bb88c1dedf1df29557320fa))
137
-
138
- ### [1.6.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.6.0...v1.6.1) (2021-06-04)
139
-
140
- ## [1.6.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.5.3...v1.6.0) (2021-06-04)
141
-
142
-
143
- ### Features
144
-
145
- * add Canada inventories ([368538e](https://github.com/Kikobeats/tesla-inventory/commit/368538e5b7c289f98a8bf93ef2a0c8491bee129d))
146
-
147
- ### [1.5.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.5.2...v1.5.3) (2021-05-30)
148
-
149
- ### [1.5.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.5.1...v1.5.2) (2021-05-19)
150
-
151
- ### [1.5.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.5.0...v1.5.1) (2021-05-15)
152
-
153
- ## [1.5.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.13...v1.5.0) (2021-05-15)
154
-
155
-
156
- ### Features
157
-
158
- * add Hungary and Romania inventories ([f465b78](https://github.com/Kikobeats/tesla-inventory/commit/f465b78c7ed9c5cbb574e4dafdd8b7931fec942a))
159
-
160
- ## [1.4.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.13...v1.4.0) (2021-05-15)
161
-
162
-
163
- ### Features
164
-
165
- * add Hungary and Romania inventories ([f465b78](https://github.com/Kikobeats/tesla-inventory/commit/f465b78c7ed9c5cbb574e4dafdd8b7931fec942a))
166
-
167
- ### [1.3.13](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.12...v1.3.13) (2021-05-02)
168
-
169
- ### [1.3.12](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.11...v1.3.12) (2021-04-29)
170
-
171
- ### [1.3.11](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.10...v1.3.11) (2021-04-29)
172
-
173
- ### [1.3.10](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.9...v1.3.10) (2021-04-25)
174
-
175
- ### [1.3.9](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.8...v1.3.9) (2021-04-23)
176
-
177
- ### [1.3.8](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.7...v1.3.8) (2021-04-18)
178
-
179
- ### [1.3.7](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.6...v1.3.7) (2021-04-11)
180
-
181
- ### [1.3.6](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.5...v1.3.6) (2021-04-07)
182
-
183
- ### [1.3.5](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.4...v1.3.5) (2021-04-07)
184
-
185
- ### [1.3.4](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.3...v1.3.4) (2021-04-04)
186
-
187
- ### [1.3.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.2...v1.3.3) (2021-04-04)
188
-
189
- ### [1.3.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.1...v1.3.2) (2021-03-23)
190
-
191
- ### [1.3.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.3.0...v1.3.1) (2021-03-23)
192
-
193
-
194
- ### Bug Fixes
195
-
196
- * publish prices folder ([5ad4be5](https://github.com/Kikobeats/tesla-inventory/commit/5ad4be57988c2d19ff7629ee4c76a3bbad7e6a28))
197
-
198
- ## [1.3.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.54...v1.3.0) (2021-03-23)
199
-
200
- ### [1.2.54](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.53...v1.2.54) (2021-03-11)
201
-
202
- ### [1.2.53](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.52...v1.2.53) (2021-03-11)
203
-
204
- ### [1.2.52](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.51...v1.2.52) (2021-03-02)
205
-
206
- ### [1.2.51](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.50...v1.2.51) (2021-02-09)
207
-
208
- ### [1.2.50](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.49...v1.2.50) (2021-02-08)
209
-
210
- ### [1.2.49](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.48...v1.2.49) (2021-02-08)
211
-
212
- ### [1.2.48](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.47...v1.2.48) (2021-02-01)
213
-
214
- ### [1.2.47](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.46...v1.2.47) (2021-01-31)
215
-
216
- ### [1.2.46](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.45...v1.2.46) (2021-01-29)
217
-
218
- ### [1.2.45](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.44...v1.2.45) (2021-01-28)
219
-
220
- ### [1.2.44](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.43...v1.2.44) (2021-01-27)
221
-
222
- ### [1.2.43](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.42...v1.2.43) (2021-01-26)
223
-
224
- ### [1.2.42](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.41...v1.2.42) (2021-01-24)
225
-
226
- ### [1.2.41](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.40...v1.2.41) (2021-01-24)
227
-
228
- ### [1.2.40](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.39...v1.2.40) (2021-01-23)
229
-
230
- ### [1.2.39](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.38...v1.2.39) (2021-01-23)
231
-
232
- ### [1.2.38](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.37...v1.2.38) (2021-01-23)
233
-
234
- ### [1.2.37](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.36...v1.2.37) (2021-01-20)
235
-
236
- ### [1.2.36](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.35...v1.2.36) (2021-01-19)
237
-
238
- ### [1.2.35](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.34...v1.2.35) (2021-01-18)
239
-
240
- ### [1.2.34](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.33...v1.2.34) (2021-01-12)
241
-
242
- ### [1.2.33](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.32...v1.2.33) (2021-01-07)
243
-
244
- ### [1.2.32](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.31...v1.2.32) (2021-01-06)
245
-
246
- ### [1.2.31](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.30...v1.2.31) (2020-12-31)
247
-
248
- ### [1.2.30](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.29...v1.2.30) (2020-12-30)
249
-
250
- ### [1.2.29](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.28...v1.2.29) (2020-12-29)
251
-
252
- ### [1.2.28](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.27...v1.2.28) (2020-12-23)
253
-
254
- ### [1.2.27](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.26...v1.2.27) (2020-12-19)
255
-
256
- ### [1.2.26](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.25...v1.2.26) (2020-12-18)
257
-
258
- ### [1.2.25](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.24...v1.2.25) (2020-12-17)
259
-
260
- ### [1.2.24](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.23...v1.2.24) (2020-12-16)
261
-
262
- ### [1.2.23](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.22...v1.2.23) (2020-12-16)
263
-
264
- ### [1.2.22](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.21...v1.2.22) (2020-12-16)
265
-
266
- ### [1.2.21](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.20...v1.2.21) (2020-12-12)
267
-
268
- ### [1.2.20](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.19...v1.2.20) (2020-12-08)
269
-
270
- ### [1.2.19](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.18...v1.2.19) (2020-12-08)
271
-
272
- ### [1.2.18](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.17...v1.2.18) (2020-12-07)
273
-
274
- ### [1.2.17](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.16...v1.2.17) (2020-12-06)
275
-
276
- ### [1.2.16](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.15...v1.2.16) (2020-12-06)
277
-
278
- ### [1.2.15](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.14...v1.2.15) (2020-12-06)
279
-
280
-
281
- ### Bug Fixes
282
-
283
- * remove no euro countries ([614c663](https://github.com/Kikobeats/tesla-inventory/commit/614c6632bb6a270a25c81bd501887e3af88dadc5))
284
-
285
- ### [1.2.14](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.13...v1.2.14) (2020-12-05)
286
-
287
- ### [1.2.13](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.12...v1.2.13) (2020-12-05)
288
-
289
- ### [1.2.12](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.11...v1.2.12) (2020-12-02)
290
-
291
- ### [1.2.11](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.10...v1.2.11) (2020-12-01)
292
-
293
- ### [1.2.10](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.9...v1.2.10) (2020-11-29)
294
-
295
- ### [1.2.9](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.8...v1.2.9) (2020-11-27)
296
-
297
- ### [1.2.8](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.7...v1.2.8) (2020-11-26)
298
-
299
- ### [1.2.7](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.6...v1.2.7) (2020-11-25)
300
-
301
- ### [1.2.6](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.5...v1.2.6) (2020-11-23)
302
-
303
- ### [1.2.5](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.4...v1.2.5) (2020-11-23)
304
-
305
- ### [1.2.4](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.2...v1.2.4) (2020-11-23)
306
-
307
- ### [1.2.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.2...v1.2.3) (2020-11-21)
308
-
309
- ### [1.2.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.1...v1.2.2) (2020-11-21)
310
-
311
- ### [1.2.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.2.0...v1.2.1) (2020-11-21)
312
-
313
- ## [1.2.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.1.3...v1.2.0) (2020-11-21)
314
-
315
-
316
- ### Features
317
-
318
- * add prices by code ([bc8ac32](https://github.com/Kikobeats/tesla-inventory/commit/bc8ac32600750a84a9c5118cc6dfa7a89b430fc0))
319
-
320
- ### [1.1.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.1.2...v1.1.3) (2020-11-18)
321
-
322
- ### [1.1.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.1.1...v1.1.2) (2020-11-13)
323
-
324
-
325
- ### Bug Fixes
326
-
327
- * update codes script ([d847f3d](https://github.com/Kikobeats/tesla-inventory/commit/d847f3dbaa4ddcf343d03934c8d21cbeb76e9658))
328
-
329
- ### [1.1.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.1.0...v1.1.1) (2020-11-09)
330
-
331
-
332
- ### Bug Fixes
333
-
334
- * space ([4b247ef](https://github.com/Kikobeats/tesla-inventory/commit/4b247ef3c9cc6c64232db7e3f3a8bdfafafcdfee))
335
-
336
- ## [1.1.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.20...v1.1.0) (2020-11-09)
337
-
338
- ### [1.0.20](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.19...v1.0.20) (2020-11-09)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * add missing file ([2e446c5](https://github.com/Kikobeats/tesla-inventory/commit/2e446c59c614c464ad72752872b32002faf1290b))
344
-
345
- ### [1.0.19](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.17...v1.0.19) (2020-11-09)
346
-
347
- ### [1.0.18](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.17...v1.0.18) (2020-11-09)
348
-
349
- ### [1.0.17](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.16...v1.0.17) (2020-11-02)
350
-
351
- ### [1.0.16](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.15...v1.0.16) (2020-11-02)
352
-
353
- ### [1.0.15](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.14...v1.0.15) (2020-10-29)
354
-
355
- ### [1.0.14](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.13...v1.0.14) (2020-10-25)
356
-
357
- ### [1.0.13](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.12...v1.0.13) (2020-10-25)
358
-
359
- ### [1.0.12](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.11...v1.0.12) (2020-10-25)
360
-
361
-
362
- ### Bug Fixes
363
-
364
- * add missing file ([7b21fcd](https://github.com/Kikobeats/tesla-inventory/commit/7b21fcd06d8031a0d950cc442f630121753d6d84))
365
-
366
- ### [1.0.11](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.10...v1.0.11) (2020-10-24)
367
-
368
- ### [1.0.10](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.9...v1.0.10) (2020-10-24)
369
-
370
- ### [1.0.9](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.8...v1.0.9) (2020-10-23)
371
-
372
- ### [1.0.8](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.7...v1.0.8) (2020-10-21)
373
-
374
- ### [1.0.7](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.6...v1.0.7) (2020-10-07)
375
-
376
- ### [1.0.6](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.5...v1.0.6) (2020-09-29)
377
-
378
- ### [1.0.5](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.4...v1.0.5) (2020-09-29)
379
-
380
- ### [1.0.4](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.3...v1.0.4) (2020-09-21)
381
-
382
- ### [1.0.3](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.2...v1.0.3) (2020-09-14)
383
-
384
- ### [1.0.2](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.1...v1.0.2) (2020-08-06)
385
-
386
- ### [1.0.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.0...v1.0.1) (2020-08-04)
387
-
388
-
389
- ### Bug Fixes
390
-
391
- * file reference ([bac948c](https://github.com/Kikobeats/tesla-inventory/commit/bac948c750bdda6b26d219a11bab4454c330784a))
392
-
393
- ## 1.0.0 (2020-08-04)