@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8+ ## [ 2.4.0] - 2020-09-14
9+
10+ ### Features
11+
12+ - change default file name to scripts ([ ` 6146dec ` ] )
13+
14+ ### Bug Fixes
15+
16+ - deno 1.4.0 compatibility ([ ` 7c1e3e4 ` ] )
17+ - force quit when ` watch ` is false ([ ` 68c1d83 ` ] )
18+ - add latest version check ([ ` 74caccf ` ] )
19+
820## [ 2.3.3] - 2020-08-29
921
1022### Features
@@ -52,33 +64,6 @@ and this project adheres to [Semantic Versioning].
5264- wrong version in configuration ([ ` 391acc4 ` ] )
5365- allow bolean as permissions ([ ` 185f20d ` ] )
5466
55- ## [ 2.2.1] - 2020-07-14
56-
57- ### Bug Fixes
58-
59- - temp fix for outdated dependencies in omelette (#74 ) ([ ` 99d586d ` ] )
60- - :arrow_up : Updated std dependencies to 0.61.0 ([ ` 60250e3 ` ] )
61- - export to import ([ ` d1c79cf ` ] )
62- - wrong version in configuration ([ ` 391acc4 ` ] )
63- - allow bolean as permissions ([ ` 185f20d ` ] )
64-
65- ## [ 2.2.0] - 2020-06-16
66-
67- ### Features
68-
69- - add nest.land support ([ ` e809571 ` ] )
70-
71- ### Bug Fixes
72-
73- - bump deno stdlib ([ ` 7096f33 ` ] )
74- - denon.config.ts file:// is now correctly resolved ([ ` e29d18e ` ] )
75- - add file:// resolve ([ ` bf64a29 ` ] )
76- - config.ts import resolve ([ ` 63318dd ` ] )
77- - update permissions ([ ` 63735c2 ` ] )
78- - remove net permission ([ ` 4ac58ad ` ] )
79- - add log for config reader failiure ([ ` 4b4df06 ` ] )
80- - permission and template fetching issue ([ ` 66dc595 ` ] )
81-
8267## [ 2.2.0] - 2020-06-16
8368
8469### Features
@@ -108,25 +93,6 @@ and this project adheres to [Semantic Versioning].
10893
10994- fix code_of_conduct ([ ` 949e4bd ` ] )
11095
111- ## [ 2.1.0] - 2020-06-05
112-
113- ### Features
114-
115- - add config template support ([ ` afbc934 ` ] )
116- - configuration reloading and opt-out watch ([ ` 6ad9066 ` ] )
117- - add .ts config file option ([ ` be1456e ` ] )
118-
119- ### Bug Fixes
120-
121- - fix code_of_conduct ([ ` 949e4bd ` ] )
122-
123- ## [ 2.0.2] - 2020-05-25
124-
125- ### Features
126-
127- - v2.0.2 ([ ` 96b45d8 ` ] )
128- - upgrade to specific version ([ ` 1bd2929 ` ] )
129-
13096## [ 2.0.2] - 2020-05-25
13197
13298### Features
@@ -161,33 +127,6 @@ and this project adheres to [Semantic Versioning].
161127- export only the needed objects from config.ts ([ ` a8fd211 ` ] )
162128- help message ([ ` b32b037 ` ] )
163129
164- ## [ 2.0.1] - 2020-05-25
165-
166- ### Features
167-
168- - 2.0.1 ([ ` c6f9772 ` ] )
169- - updated logger ([ ` 7712065 ` ] )
170- - autocompletion with omelette ([ ` 9ab4fb4 ` ] )
171- - add descriptions for JSON schema ([ ` 111db54 ` ] )
172- - add JSON schema ([ ` dba6782 ` ] )
173-
174- ### Bug Fixes
175-
176- - remove error log ([ ` 2143585 ` ] )
177- - change runner behaviour ([ ` af9c048 ` ] )
178- - add config isFile check ([ ` 735951e ` ] )
179- - arg detection ([ ` eb033b7 ` ] )
180- - code format ([ ` 4402896 ` ] )
181- - rework fsevent gathering to better support linux ([ ` 003058d ` ] )
182- - upgrade errors ([ ` 5e44ffa ` ] )
183- - add access to reload events to support vscode on linux ([ ` a3a0a3c ` ] )
184- - log option are now configured correctly ([ ` 3dcdc9a ` ] )
185- - make failing status more forgiving ([ ` 0e900ad ` ] )
186- - --inspect-brk flag typo ([ ` 939e904 ` ] )
187- - spell check ([ ` f4b5e40 ` ] )
188- - export only the needed objects from config.ts ([ ` a8fd211 ` ] )
189- - help message ([ ` b32b037 ` ] )
190-
191130## [ 2.0.0] - 2020-05-22
192131
193132### Features
@@ -201,41 +140,14 @@ and this project adheres to [Semantic Versioning].
201140- typo ([ ` 15599ca ` ] )
202141- change version number ([ ` 20ca84d ` ] )
203142
204- ## [ 2.0.0] - 2020-05-22
205-
206- ### Features
207-
208- - add helpful message when scripts are not found ([ ` fe287d8 ` ] )
209- - denon --upgrade (#26 , #43 ) ([ ` d1c3568 ` ] )
210-
211- ### Bug Fixes
212-
213- - upgrade holds ([ ` 41f46bd ` ] )
214- - typo ([ ` 15599ca ` ] )
215- - change version number ([ ` 20ca84d ` ] )
216-
217- ## [ 1.9.2] - 2020-05-14
218-
219143## [ 1.9.2] - 2020-05-14
220144
221145## [ 1.9.1] - 2020-05-09
222146
223- ## [ 1.9.1] - 2020-05-09
224-
225- ## [ 1.9.0] - 2020-05-07
226-
227147## [ 1.9.0] - 2020-05-07
228148
229149## [ 1.8.0] - 2020-04-30
230150
231- ## [ 1.8.0] - 2020-04-30
232-
233- ## [ 1.7.0] - 2020-04-23
234-
235- ### Features
236-
237- - Added fmt and test flags (#27 ) ([ ` c5d19c3 ` ] )
238-
239151## [ 1.7.0] - 2020-04-23
240152
241153### Features
@@ -253,19 +165,6 @@ and this project adheres to [Semantic Versioning].
253165- support using arg multiple times ([ ` 2f79aae ` ] )
254166- fix formating, add ci fmt check ([ ` 60c040b ` ] )
255167
256- ## [ 1.6.0] - 2020-04-18
257-
258- ### Features
259-
260- - check for executable config and directory ([ ` 0005bc0 ` ] )
261-
262- ### Bug Fixes
263-
264- - support using arg multiple times ([ ` 2f79aae ` ] )
265- - fix formating, add ci fmt check ([ ` 60c040b ` ] )
266-
267- ## [ 1.5.0] - 2020-04-11
268-
269168## [ 1.5.0] - 2020-04-11
270169
271170## [ 1.4.0] - 2020-04-03
@@ -278,39 +177,23 @@ and this project adheres to [Semantic Versioning].
278177
279178- updated some types for deno 0.38.0 ([ ` db6e602 ` ] )
280179
281- ## [ 1.4.0] - 2020-04-03
282-
283- ### Features
284-
285- - add deno permission args ([ ` 5c80877 ` ] )
286-
287- ### Bug Fixes
288-
289- - updated some types for deno 0.38.0 ([ ` db6e602 ` ] )
290-
291- ## [ 1.3.0] - 2020-02-07
292-
293180## [ 1.3.0] - 2020-02-07
294181
295182## [ 1.2.1] - 2020-01-21
296183
297- ## [ 1.2.1] - 2020-01-21
298-
299184## [ 1.2.0] - 2020-01-20
300185
301- ## [ 1.2.0] - 2020-01-20
302-
303- ## [ 1.1.0] - 2020-01-17
304-
305186## [ 1.1.0] - 2020-01-17
306187
307188## [ 1.0.0] - 2020-01-17
308189
309- ## [ 1.0.0] - 2020-01-17
310-
311190[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
312191[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
313- [ 2.3.4 ] : https://github.com/denosaurs/denon/compare/2.3.3...2.3.4
192+ [ 2.4.0 ] : https://github.com/denosaurs/denon/compare/2.3.3...2.4.0
193+ [ `6146dec` ] : https://github.com/denosaurs/denon/commit/6146dec3adf701dde3e6479ce5d808f3aff53c77
194+ [ `7c1e3e4` ] : https://github.com/denosaurs/denon/commit/7c1e3e48c4bff1beaf965dd8dc61f29383b2414d
195+ [ `68c1d83` ] : https://github.com/denosaurs/denon/commit/68c1d8384a4888d8c8fb2ab3d71ecf719828cf7b
196+ [ `74caccf` ] : https://github.com/denosaurs/denon/commit/74caccf117611d97e6c0ffb022a773811b5a5dd5
314197[ 2.3.3 ] : https://github.com/denosaurs/denon/compare/2.3.2...2.3.3
315198[ `68c38ad` ] : https://github.com/denosaurs/denon/commit/68c38ad0743701811452d02fd3f2a2623a468fe8
316199[ `1066934` ] : https://github.com/denosaurs/denon/commit/106693419303395cfc4037ddfbb5d74bd75def73
@@ -326,28 +209,12 @@ and this project adheres to [Semantic Versioning].
326209[ `a5f573f` ] : https://github.com/denosaurs/denon/commit/a5f573fbc328ff5aec536e4b9fd46e749c5e24ef
327210[ `957a9df` ] : https://github.com/denosaurs/denon/commit/957a9dfaf70b6bc85bc54c0fef1653dae258f2b6
328211[ `e4ac148` ] : https://github.com/denosaurs/denon/commit/e4ac14883aeb0059ef98830eb4f94f9eda5fc5d1
329- [ 2.2.1 ] : https://github.com/denosaurs/denon/compare/2.2.1...2.2.1
330- [ `99d586d` ] : https://github.com/denosaurs/denon/commit/99d586dd608dc091297ff04646887dfc7439a56e
331- [ `60250e3` ] : https://github.com/denosaurs/denon/commit/60250e3ea8058e20afabffd9c1e4f915eec8463f
332- [ `d1c79cf` ] : https://github.com/denosaurs/denon/commit/d1c79cff38bb6b35b909c0f56c7378ae1922aa86
333- [ `391acc4` ] : https://github.com/denosaurs/denon/commit/391acc4f4326ef0c98d2684c87e1073189fffa4b
334- [ `185f20d` ] : https://github.com/denosaurs/denon/commit/185f20d62ca336ddba04cc8cfc50a4f0c9d75e49
335212[ 2.2.1 ] : https://github.com/denosaurs/denon/compare/2.2.0...2.2.1
336213[ `99d586d` ] : https://github.com/denosaurs/denon/commit/99d586dd608dc091297ff04646887dfc7439a56e
337214[ `60250e3` ] : https://github.com/denosaurs/denon/commit/60250e3ea8058e20afabffd9c1e4f915eec8463f
338215[ `d1c79cf` ] : https://github.com/denosaurs/denon/commit/d1c79cff38bb6b35b909c0f56c7378ae1922aa86
339216[ `391acc4` ] : https://github.com/denosaurs/denon/commit/391acc4f4326ef0c98d2684c87e1073189fffa4b
340217[ `185f20d` ] : https://github.com/denosaurs/denon/commit/185f20d62ca336ddba04cc8cfc50a4f0c9d75e49
341- [ 2.2.0 ] : https://github.com/denosaurs/denon/compare/2.2.0...2.2.0
342- [ `e809571` ] : https://github.com/denosaurs/denon/commit/e8095718f4ee8e99723be852434e0bc63bb68f70
343- [ `7096f33` ] : https://github.com/denosaurs/denon/commit/7096f33c12d3a45be9547d6b35eab0aba723b3e7
344- [ `e29d18e` ] : https://github.com/denosaurs/denon/commit/e29d18e9999b0a59066c979fd57e50e9964f52fe
345- [ `bf64a29` ] : https://github.com/denosaurs/denon/commit/bf64a2925bd701eb7f56d8377984e3b849c75146
346- [ `63318dd` ] : https://github.com/denosaurs/denon/commit/63318ddc567c0b469b234fe96a3c2c05e2511f21
347- [ `63735c2` ] : https://github.com/denosaurs/denon/commit/63735c2bd1e7be9b092d80def17c1b6d16108db5
348- [ `4ac58ad` ] : https://github.com/denosaurs/denon/commit/4ac58ad687fb5b985e819c6d19679ed5f247eae3
349- [ `4b4df06` ] : https://github.com/denosaurs/denon/commit/4b4df06a42e1b9a229162eded488ff911552d4f8
350- [ `66dc595` ] : https://github.com/denosaurs/denon/commit/66dc595862175706d377abbc23ed1bf466815770
351218[ 2.2.0 ] : https://github.com/denosaurs/denon/compare/2.1.0...2.2.0
352219[ `e809571` ] : https://github.com/denosaurs/denon/commit/e8095718f4ee8e99723be852434e0bc63bb68f70
353220[ `7096f33` ] : https://github.com/denosaurs/denon/commit/7096f33c12d3a45be9547d6b35eab0aba723b3e7
@@ -358,42 +225,14 @@ and this project adheres to [Semantic Versioning].
358225[ `4ac58ad` ] : https://github.com/denosaurs/denon/commit/4ac58ad687fb5b985e819c6d19679ed5f247eae3
359226[ `4b4df06` ] : https://github.com/denosaurs/denon/commit/4b4df06a42e1b9a229162eded488ff911552d4f8
360227[ `66dc595` ] : https://github.com/denosaurs/denon/commit/66dc595862175706d377abbc23ed1bf466815770
361- [ 2.1.0 ] : https://github.com/denosaurs/denon/compare/2.1.0...2.1.0
362- [ `afbc934` ] : https://github.com/denosaurs/denon/commit/afbc934d8326816766831cce5a11beaad9fa0afa
363- [ `6ad9066` ] : https://github.com/denosaurs/denon/commit/6ad9066755d6fd66f8d932cf3fca984551ab7b0e
364- [ `be1456e` ] : https://github.com/denosaurs/denon/commit/be1456e7633f71aca80f9a074ba8e17931562902
365- [ `949e4bd` ] : https://github.com/denosaurs/denon/commit/949e4bdf57f2c84ef109c17c7f5d74751e42dff5
366228[ 2.1.0 ] : https://github.com/denosaurs/denon/compare/2.0.2...2.1.0
367229[ `afbc934` ] : https://github.com/denosaurs/denon/commit/afbc934d8326816766831cce5a11beaad9fa0afa
368230[ `6ad9066` ] : https://github.com/denosaurs/denon/commit/6ad9066755d6fd66f8d932cf3fca984551ab7b0e
369231[ `be1456e` ] : https://github.com/denosaurs/denon/commit/be1456e7633f71aca80f9a074ba8e17931562902
370232[ `949e4bd` ] : https://github.com/denosaurs/denon/commit/949e4bdf57f2c84ef109c17c7f5d74751e42dff5
371- [ 2.0.2 ] : https://github.com/denosaurs/denon/compare/2.0.2...2.0.2
372- [ `96b45d8` ] : https://github.com/denosaurs/denon/commit/96b45d8b236046a8b5e3602d003df0ea08e721e9
373- [ `1bd2929` ] : https://github.com/denosaurs/denon/commit/1bd29294bfc2c1b05f2615151b20fecbe9285979
374233[ 2.0.2 ] : https://github.com/denosaurs/denon/compare/2.0.1...2.0.2
375234[ `96b45d8` ] : https://github.com/denosaurs/denon/commit/96b45d8b236046a8b5e3602d003df0ea08e721e9
376235[ `1bd2929` ] : https://github.com/denosaurs/denon/commit/1bd29294bfc2c1b05f2615151b20fecbe9285979
377- [ 2.0.1 ] : https://github.com/denosaurs/denon/compare/2.0.1...2.0.1
378- [ `c6f9772` ] : https://github.com/denosaurs/denon/commit/c6f97726dc474c04a3fe2f71d034b22cee8c1234
379- [ `7712065` ] : https://github.com/denosaurs/denon/commit/77120658dc2d2e714f4c428eb7336f8676a4a8bf
380- [ `9ab4fb4` ] : https://github.com/denosaurs/denon/commit/9ab4fb40cf2eefe21138fb85c3faa3825785e564
381- [ `111db54` ] : https://github.com/denosaurs/denon/commit/111db54e0c93f7012cc15f63a9b00aa061c1020b
382- [ `dba6782` ] : https://github.com/denosaurs/denon/commit/dba6782ba2e616cf6d14e762e3629144e455e6ec
383- [ `2143585` ] : https://github.com/denosaurs/denon/commit/21435851bcdbd3aa14b6db533594c73fc4ebe573
384- [ `af9c048` ] : https://github.com/denosaurs/denon/commit/af9c048bd0abd920268dfb8ae42673fd2a649461
385- [ `735951e` ] : https://github.com/denosaurs/denon/commit/735951e0008bdcd5e40ccfb7381e7839b8eaf30c
386- [ `eb033b7` ] : https://github.com/denosaurs/denon/commit/eb033b74a741b200c8a935bea51f0ba5d7e5810a
387- [ `4402896` ] : https://github.com/denosaurs/denon/commit/440289666d145adb6b0093818669e409526c1c42
388- [ `003058d` ] : https://github.com/denosaurs/denon/commit/003058dd9558233f7fcac7dcd49a3e567a0928bb
389- [ `5e44ffa` ] : https://github.com/denosaurs/denon/commit/5e44ffa3b61384d35fe0f21f1e25dd04cc20992c
390- [ `a3a0a3c` ] : https://github.com/denosaurs/denon/commit/a3a0a3c0a3e24bf13e278b90a50447369692364f
391- [ `3dcdc9a` ] : https://github.com/denosaurs/denon/commit/3dcdc9a43717c49fe93ecf16f3d5975523e60476
392- [ `0e900ad` ] : https://github.com/denosaurs/denon/commit/0e900ad360c34383da7dbaace966d7c13b5e4129
393- [ `939e904` ] : https://github.com/denosaurs/denon/commit/939e904cf304acd2afef76355b3709acdb3a84a3
394- [ `f4b5e40` ] : https://github.com/denosaurs/denon/commit/f4b5e40896f10152fa27bf5f8ed86d8255ce56a5
395- [ `a8fd211` ] : https://github.com/denosaurs/denon/commit/a8fd2117611922fec0a7b4773f8023164ac6f1e8
396- [ `b32b037` ] : https://github.com/denosaurs/denon/commit/b32b03778016d77db545bd247cabbe5bc54a4394
397236[ 2.0.1 ] : https://github.com/denosaurs/denon/compare/2.0.0...2.0.1
398237[ `c6f9772` ] : https://github.com/denosaurs/denon/commit/c6f97726dc474c04a3fe2f71d034b22cee8c1234
399238[ `7712065` ] : https://github.com/denosaurs/denon/commit/77120658dc2d2e714f4c428eb7336f8676a4a8bf
@@ -414,53 +253,28 @@ and this project adheres to [Semantic Versioning].
414253[ `f4b5e40` ] : https://github.com/denosaurs/denon/commit/f4b5e40896f10152fa27bf5f8ed86d8255ce56a5
415254[ `a8fd211` ] : https://github.com/denosaurs/denon/commit/a8fd2117611922fec0a7b4773f8023164ac6f1e8
416255[ `b32b037` ] : https://github.com/denosaurs/denon/commit/b32b03778016d77db545bd247cabbe5bc54a4394
417- [ 2.0.0 ] : https://github.com/denosaurs/denon/compare/2.0.0...2.0.0
418- [ `fe287d8` ] : https://github.com/denosaurs/denon/commit/fe287d82768d0ce231ec52e38c72eb1fd1169653
419- [ `d1c3568` ] : https://github.com/denosaurs/denon/commit/d1c35686ac0f70d359483a75a42eff1490110d9e
420- [ `41f46bd` ] : https://github.com/denosaurs/denon/commit/41f46bd097f3ed7891500d7c02faf8057d1a203b
421- [ `15599ca` ] : https://github.com/denosaurs/denon/commit/15599cab1587fe44a373fc4778299d4d67fa9db9
422- [ `20ca84d` ] : https://github.com/denosaurs/denon/commit/20ca84df67fcd32f5ae678f1d43333237fb0dca5
423256[ 2.0.0 ] : https://github.com/denosaurs/denon/compare/1.9.2...2.0.0
424257[ `fe287d8` ] : https://github.com/denosaurs/denon/commit/fe287d82768d0ce231ec52e38c72eb1fd1169653
425258[ `d1c3568` ] : https://github.com/denosaurs/denon/commit/d1c35686ac0f70d359483a75a42eff1490110d9e
426259[ `41f46bd` ] : https://github.com/denosaurs/denon/commit/41f46bd097f3ed7891500d7c02faf8057d1a203b
427260[ `15599ca` ] : https://github.com/denosaurs/denon/commit/15599cab1587fe44a373fc4778299d4d67fa9db9
428261[ `20ca84d` ] : https://github.com/denosaurs/denon/commit/20ca84df67fcd32f5ae678f1d43333237fb0dca5
429- [ 1.9.2 ] : https://github.com/denosaurs/denon/compare/1.9.2...1.9.2
430262[ 1.9.2 ] : https://github.com/denosaurs/denon/compare/1.9.1...1.9.2
431- [ 1.9.1 ] : https://github.com/denosaurs/denon/compare/1.9.1...1.9.1
432263[ 1.9.1 ] : https://github.com/denosaurs/denon/compare/1.9.0...1.9.1
433- [ 1.9.0 ] : https://github.com/denosaurs/denon/compare/1.9.0...1.9.0
434264[ 1.9.0 ] : https://github.com/denosaurs/denon/compare/1.8.0...1.9.0
435- [ 1.8.0 ] : https://github.com/denosaurs/denon/compare/1.8.0...1.8.0
436265[ 1.8.0 ] : https://github.com/denosaurs/denon/compare/1.7.0...1.8.0
437- [ 1.7.0 ] : https://github.com/denosaurs/denon/compare/1.7.0...1.7.0
438- [ `c5d19c3` ] : https://github.com/denosaurs/denon/commit/c5d19c3653b2e0d13a053839bccaf739d9ca06f5
439266[ 1.7.0 ] : https://github.com/denosaurs/denon/compare/1.6.0...1.7.0
440267[ `c5d19c3` ] : https://github.com/denosaurs/denon/commit/c5d19c3653b2e0d13a053839bccaf739d9ca06f5
441- [ 1.6.0 ] : https://github.com/denosaurs/denon/compare/1.6.0...1.6.0
442- [ `0005bc0` ] : https://github.com/denosaurs/denon/commit/0005bc0439d09a61adf40dc63aac9bd33054c056
443- [ `2f79aae` ] : https://github.com/denosaurs/denon/commit/2f79aaec8ec44f62ee8ccd6e46fcce4fea6329a7
444- [ `60c040b` ] : https://github.com/denosaurs/denon/commit/60c040b8e0d46f4facbe87d1c9461947c8bc49ee
445268[ 1.6.0 ] : https://github.com/denosaurs/denon/compare/1.5.0...1.6.0
446269[ `0005bc0` ] : https://github.com/denosaurs/denon/commit/0005bc0439d09a61adf40dc63aac9bd33054c056
447270[ `2f79aae` ] : https://github.com/denosaurs/denon/commit/2f79aaec8ec44f62ee8ccd6e46fcce4fea6329a7
448271[ `60c040b` ] : https://github.com/denosaurs/denon/commit/60c040b8e0d46f4facbe87d1c9461947c8bc49ee
449- [ 1.5.0 ] : https://github.com/denosaurs/denon/compare/1.5.0...1.5.0
450272[ 1.5.0 ] : https://github.com/denosaurs/denon/compare/1.4.0...1.5.0
451- [ 1.4.0 ] : https://github.com/denosaurs/denon/compare/1.4.0...1.4.0
452- [ `5c80877` ] : https://github.com/denosaurs/denon/commit/5c8087700abdb9b7231d199f602c4ee862c0c27f
453- [ `db6e602` ] : https://github.com/denosaurs/denon/commit/db6e6029faad7bedeaf1e3f8dd4d67cc6e6b9e74
454273[ 1.4.0 ] : https://github.com/denosaurs/denon/compare/1.3.0...1.4.0
455274[ `5c80877` ] : https://github.com/denosaurs/denon/commit/5c8087700abdb9b7231d199f602c4ee862c0c27f
456275[ `db6e602` ] : https://github.com/denosaurs/denon/commit/db6e6029faad7bedeaf1e3f8dd4d67cc6e6b9e74
457- [ 1.3.0 ] : https://github.com/denosaurs/denon/compare/1.3.0...1.3.0
458276[ 1.3.0 ] : https://github.com/denosaurs/denon/compare/1.2.1...1.3.0
459- [ 1.2.1 ] : https://github.com/denosaurs/denon/compare/1.2.1...1.2.1
460277[ 1.2.1 ] : https://github.com/denosaurs/denon/compare/1.2.0...1.2.1
461- [ 1.2.0 ] : https://github.com/denosaurs/denon/compare/1.2.0...1.2.0
462278[ 1.2.0 ] : https://github.com/denosaurs/denon/compare/1.1.0...1.2.0
463- [ 1.1.0 ] : https://github.com/denosaurs/denon/compare/1.1.0...1.1.0
464279[ 1.1.0 ] : https://github.com/denosaurs/denon/compare/1.0.0...1.1.0
465- [ 1.0.0 ] : https://github.com/denosaurs/denon/compare/1.0.0...1.0.0
466280[ 1.0.0 ] : https://github.com/denosaurs/denon/compare/1.0.0
0 commit comments