@springfield/ham-radio-api 16.3.3 → 16.3.4
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/README.md +14 -2
- package/dist/branded-types/frequency.d.ts +2 -2
- package/dist/branded-types/frequency.js +1 -1
- package/dist/branded-types/license-class-id.d.ts +2 -2
- package/dist/branded-types/license-class-id.js +1 -1
- package/dist/branded-types/radio-channel-id.d.ts +2 -2
- package/dist/branded-types/radio-channel-id.js +1 -1
- package/dist/branded-types/radio-model-id.d.ts +2 -2
- package/dist/branded-types/radio-model-id.js +1 -1
- package/dist/branded-types/radio-module-id.d.ts +2 -2
- package/dist/branded-types/radio-module-id.js +1 -1
- package/dist/branded-types/spectrum-band-id.d.ts +2 -2
- package/dist/branded-types/spectrum-band-id.js +1 -1
- package/dist/branded-types/spectrum-mode-id.d.ts +2 -2
- package/dist/branded-types/spectrum-mode-id.js +1 -1
- package/dist/branded-types/spectrum-privilege-id.d.ts +2 -2
- package/dist/branded-types/spectrum-privilege-id.js +1 -1
- package/dist/branded-types/wavelength.d.ts +2 -2
- package/dist/branded-types/wavelength.js +1 -1
- package/dist/index.d.ts +38 -38
- package/dist/index.js +38 -38
- package/dist/license/class.d.ts +1 -1
- package/dist/radio/channel.d.ts +3 -3
- package/dist/radio/codec-factory.d.ts +3 -3
- package/dist/radio/codec.d.ts +2 -2
- package/dist/radio/connection.d.ts +1 -1
- package/dist/radio/driver-provider.d.ts +3 -3
- package/dist/radio/driver.d.ts +2 -2
- package/dist/radio/id.d.ts +1 -1
- package/dist/radio/memory-config.d.ts +2 -2
- package/dist/radio/memory.d.ts +1 -1
- package/dist/radio/module.d.ts +2 -2
- package/dist/radio/program.d.ts +2 -2
- package/dist/radio/programmed-channel.d.ts +2 -2
- package/dist/radio/protocol.d.ts +5 -5
- package/dist/radio/radio.d.ts +5 -5
- package/dist/radio/schema.d.ts +1 -1
- package/dist/radio/serial-config.d.ts +1 -1
- package/dist/radio/shared-components.d.ts +1 -1
- package/dist/radio/tone.d.ts +2 -2
- package/dist/spectrum/band.d.ts +5 -5
- package/dist/spectrum/channel.d.ts +1 -1
- package/dist/spectrum/mode.d.ts +1 -1
- package/dist/spectrum/privilege.d.ts +5 -5
- package/package.json +38 -29
- package/src/branded-types/frequency.ts +2 -2
- package/src/branded-types/license-class-id.ts +2 -2
- package/src/branded-types/radio-channel-id.ts +2 -2
- package/src/branded-types/radio-model-id.ts +2 -2
- package/src/branded-types/radio-module-id.ts +2 -2
- package/src/branded-types/spectrum-band-id.ts +2 -2
- package/src/branded-types/spectrum-mode-id.ts +2 -2
- package/src/branded-types/spectrum-privilege-id.ts +2 -2
- package/src/branded-types/wavelength.ts +2 -2
- package/src/index.ts +38 -38
- package/src/license/class.ts +1 -1
- package/src/radio/channel.ts +3 -3
- package/src/radio/codec-factory.ts +3 -3
- package/src/radio/codec.ts +2 -2
- package/src/radio/connection.ts +1 -1
- package/src/radio/driver-provider.ts +3 -3
- package/src/radio/driver.ts +2 -2
- package/src/radio/id.ts +1 -1
- package/src/radio/memory-config.ts +2 -2
- package/src/radio/memory.ts +1 -1
- package/src/radio/module.ts +2 -2
- package/src/radio/program.ts +2 -2
- package/src/radio/programmed-channel.ts +2 -2
- package/src/radio/protocol.ts +5 -5
- package/src/radio/radio.ts +5 -5
- package/src/radio/schema.ts +1 -1
- package/src/radio/serial-config.ts +1 -1
- package/src/radio/shared-components.ts +1 -1
- package/src/radio/tone.ts +2 -2
- package/src/spectrum/band.ts +5 -5
- package/src/spectrum/channel.ts +1 -1
- package/src/spectrum/mode.ts +1 -1
- package/src/spectrum/privilege.ts +5 -5
- package/CHANGELOG.md +0 -279
package/CHANGELOG.md
DELETED
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
## <small>16.3.3 (2025-12-17)</small>
|
|
2
|
-
|
|
3
|
-
* ci: update Node.js version from 22 to 24 ([2d65aaf](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2d65aaf))
|
|
4
|
-
* fix: update dependencies ([98279fe](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/98279fe))
|
|
5
|
-
* Merge branch 'renovate/oxlint-1.x' into 'main' ([bdabeb1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bdabeb1))
|
|
6
|
-
* Merge branch 'renovate/yarn-monorepo' into 'main' ([71996a0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/71996a0))
|
|
7
|
-
* chore(deps): update dependency oxlint to v1.25.0 ([bcadbcd](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bcadbcd))
|
|
8
|
-
* chore(deps): update yarn to v4.11.0 ([20fb8e7](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/20fb8e7))
|
|
9
|
-
|
|
10
|
-
## [16.3.2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.1...v16.3.2) (2025-10-29)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* **deps:** update dependency loglayer to ^6.10.0 ([01a5ce9](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/01a5ce9c60e01fc4695cec744deab3b227424533))
|
|
16
|
-
|
|
17
|
-
## [16.3.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.0...v16.3.1) (2025-10-15)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* **deps:** update dependency loglayer to ^6.9.1 ([9e95ff2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/9e95ff2ffd90d93f3b2ed14bf2de4e2eb35a0b36))
|
|
23
|
-
|
|
24
|
-
## [16.3.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.2.0...v16.3.0) (2025-09-13)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* add addressEndianness property to RadioMemoryConfig interface ([88aa089](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/88aa089148681a9a8cac4442716278222dd9ddf0))
|
|
30
|
-
|
|
31
|
-
## [16.2.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.4...v16.2.0) (2025-09-13)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Features
|
|
35
|
-
|
|
36
|
-
* add optional properties to RadioConnection and RadioMemoryConfig interfaces ([269be54](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/269be5428eaf415115d2e0eaf573b83a86b5c3ec))
|
|
37
|
-
|
|
38
|
-
## [16.1.4](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.3...v16.1.4) (2025-09-12)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* **deps:** update dependency loglayer to ^6.7.0 ([2205549](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2205549cf77b4bdb259d78b9772e16dc8a943cac))
|
|
44
|
-
|
|
45
|
-
## [16.1.3](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.2...v16.1.3) (2025-08-17)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Bug Fixes
|
|
49
|
-
|
|
50
|
-
* simplify .oxlintrc.json configuration and update linting scripts in package.json ([64caf9a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/64caf9a3e5668ee2d6ec265fc620fb5942432a21))
|
|
51
|
-
|
|
52
|
-
## [16.1.2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.1...v16.1.2) (2025-07-11)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Bug Fixes
|
|
56
|
-
|
|
57
|
-
* **deps:** update dependency loglayer to ^6.6.0 ([fff96d2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/fff96d2113dfc7a5289bb6dd024374892bee6975))
|
|
58
|
-
|
|
59
|
-
## [16.1.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.0...v16.1.1) (2025-06-23)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* add new DCS codes D054 and D122 to the DCS enum ([2aff4e1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2aff4e1c1dccec2522cb90749b7a64e3a268e383))
|
|
65
|
-
|
|
66
|
-
## [16.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.0.0...v16.1.0) (2025-06-23)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
* add loglayer dependency and enhance radio module exports ([a8e5363](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/a8e5363f6ac40a0c2cb9fb4495d241776400cef9))
|
|
72
|
-
|
|
73
|
-
## [16.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v15.0.0...v16.0.0) (2025-06-23)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### ⚠ BREAKING CHANGES
|
|
77
|
-
|
|
78
|
-
* enhance RadioReceiveStep and Radio interface
|
|
79
|
-
|
|
80
|
-
### Features
|
|
81
|
-
|
|
82
|
-
* enhance RadioReceiveStep and Radio interface ([1bb62f2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/1bb62f2ec7cffc7cc64c27fe1884c0027a0bf9c0))
|
|
83
|
-
|
|
84
|
-
## [15.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v14.0.0...v15.0.0) (2025-06-20)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### ⚠ BREAKING CHANGES
|
|
88
|
-
|
|
89
|
-
* enhance radio interfaces and add new protocol and serial configuration
|
|
90
|
-
|
|
91
|
-
### Features
|
|
92
|
-
|
|
93
|
-
* enhance radio interfaces and add new protocol and serial configuration ([ffffac8](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/ffffac87ece50731fc603b2848e4959aa835c561))
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Bug Fixes
|
|
97
|
-
|
|
98
|
-
* update import path for Radio type in module.ts ([96ac2d3](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/96ac2d38e41855640f01c3e184b7a2cd6de2100c))
|
|
99
|
-
|
|
100
|
-
## [14.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v13.0.0...v14.0.0) (2025-06-14)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### ⚠ BREAKING CHANGES
|
|
104
|
-
|
|
105
|
-
* update RadioMemory interface to use Uint8Array for contents
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* update RadioMemory interface to use Uint8Array for contents ([30d026a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/30d026acb12a7cadab2cfc09dc55c050101c9289))
|
|
110
|
-
|
|
111
|
-
## [13.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v12.0.1...v13.0.0) (2025-06-14)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### ⚠ BREAKING CHANGES
|
|
115
|
-
|
|
116
|
-
* go back to semantic-release 23.1.1
|
|
117
|
-
* force version bump
|
|
118
|
-
* streamline radio memory interfaces and add RadioMemoryConfig
|
|
119
|
-
|
|
120
|
-
### Features
|
|
121
|
-
|
|
122
|
-
* force version bump ([e29cb6c](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/e29cb6c4dcc27f73b75b5d3f5184663e89116f4c))
|
|
123
|
-
* go back to semantic-release 23.1.1 ([b17a499](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/b17a499911ffe4765df7397723ac10aa4792d681))
|
|
124
|
-
* streamline radio memory interfaces and add RadioMemoryConfig ([f5c0a88](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/f5c0a885bc38446953bc8c70ea060fbac09ab48e))
|
|
125
|
-
|
|
126
|
-
## [12.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v12.0.0...v12.0.1) (2025-05-10)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
* export RadioMemorySegment ([105e1af](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/105e1affad6025f04e9d81bcb83e581564d510e7))
|
|
132
|
-
|
|
133
|
-
## [12.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v11.0.0...v12.0.0) (2025-05-10)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### ⚠ BREAKING CHANGES
|
|
137
|
-
|
|
138
|
-
* add RadioMemorySegment and make RadioMemory.contents RadioMemorySegment[]
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
* add RadioMemorySegment and make RadioMemory.contents RadioMemorySegment[] ([df0b320](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/df0b32045107b3b743e44be648a0096e05b84035))
|
|
143
|
-
|
|
144
|
-
## [11.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v10.0.0...v11.0.0) (2025-04-27)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### ⚠ BREAKING CHANGES
|
|
148
|
-
|
|
149
|
-
* move radio name and manufacturer to RadioId
|
|
150
|
-
|
|
151
|
-
### Features
|
|
152
|
-
|
|
153
|
-
* move radio name and manufacturer to RadioId ([d84b729](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/d84b729366858c3972feee873a0a55661c501e00))
|
|
154
|
-
|
|
155
|
-
## [10.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v9.0.0...v10.0.0) (2025-04-27)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### ⚠ BREAKING CHANGES
|
|
159
|
-
|
|
160
|
-
* improved Radio API
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* improved Radio API ([7c34422](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/7c34422a8f37ddd01ae6b630eaea5b3d1a815bcb))
|
|
165
|
-
|
|
166
|
-
## [9.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v8.0.0...v9.0.0) (2025-04-20)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### ⚠ BREAKING CHANGES
|
|
170
|
-
|
|
171
|
-
* update RadioModel interface to use properties instead of getter methods
|
|
172
|
-
|
|
173
|
-
### Features
|
|
174
|
-
|
|
175
|
-
* update RadioModel interface to use properties instead of getter methods ([fe0c930](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/fe0c930ea6da1be01d0ead7bdc217546954fa04f))
|
|
176
|
-
|
|
177
|
-
## [8.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v7.0.0...v8.0.0) (2025-04-12)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
### ⚠ BREAKING CHANGES
|
|
181
|
-
|
|
182
|
-
* update radio interfaces and remove deprecated radio.ts file
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* update radio interfaces and remove deprecated radio.ts file ([9308ea5](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/9308ea59628363c65a240d9d657e7fc3a5325d33))
|
|
187
|
-
|
|
188
|
-
## [7.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v6.0.0...v7.0.0) (2025-04-06)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### ⚠ BREAKING CHANGES
|
|
192
|
-
|
|
193
|
-
* remove radio id from RadioProgram
|
|
194
|
-
|
|
195
|
-
### Features
|
|
196
|
-
|
|
197
|
-
* remove radio id from RadioProgram ([6ede16a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/6ede16a9876b91420db58b08476ca424b21ca30a))
|
|
198
|
-
|
|
199
|
-
## [6.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v5.0.0...v6.0.0) (2025-04-06)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
### ⚠ BREAKING CHANGES
|
|
203
|
-
|
|
204
|
-
* better tone enums
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* better tone enums ([56f5760](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/56f5760a1cfe369f6bd9f7b97ef3b2ee167aa314))
|
|
209
|
-
|
|
210
|
-
## [5.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v4.0.0...v5.0.0) (2025-04-06)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### ⚠ BREAKING CHANGES
|
|
214
|
-
|
|
215
|
-
* id branded types need to be string and not number
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* id branded types need to be string and not number ([3a0b68d](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/3a0b68def4fe84e87ea3dc64a1fa09a8d8143a5c))
|
|
220
|
-
|
|
221
|
-
## [4.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v3.0.0...v4.0.0) (2025-04-06)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### ⚠ BREAKING CHANGES
|
|
225
|
-
|
|
226
|
-
* use branded types
|
|
227
|
-
|
|
228
|
-
### Features
|
|
229
|
-
|
|
230
|
-
* use branded types ([c6343cc](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/c6343ccd0baea226226ba2daeec882645d638396))
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### Bug Fixes
|
|
234
|
-
|
|
235
|
-
* fix LicenseClassId typo ([2a3b5c6](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2a3b5c6a9b8c4262bb7ffbbc71f5372c1e5b01fa))
|
|
236
|
-
* fix more LicenseClassId typos ([a49e1a7](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/a49e1a798c3e9d4fab2dbbb9759e76cc0cf400f3))
|
|
237
|
-
|
|
238
|
-
## [3.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v2.0.0...v3.0.0) (2025-03-31)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### ⚠ BREAKING CHANGES
|
|
242
|
-
|
|
243
|
-
* the RadioConnection should contain model instead of model id
|
|
244
|
-
|
|
245
|
-
### Features
|
|
246
|
-
|
|
247
|
-
* the RadioConnection should contain model instead of model id ([d7f8470](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/d7f84709fee55f7e9dd08d582547e6c71887f522))
|
|
248
|
-
|
|
249
|
-
## [2.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.1.0...v2.0.0) (2024-12-02)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### ⚠ BREAKING CHANGES
|
|
253
|
-
|
|
254
|
-
* make ESM
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
* make ESM ([93049f0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/93049f0b5d11731a42a752660f4b8b6f9f9a947c))
|
|
259
|
-
|
|
260
|
-
## [1.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.0.1...v1.1.0) (2024-11-30)
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
* add RadioCodec API ([632a76c](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/632a76c3fd2dca49331b723b826c9d74851f564c))
|
|
266
|
-
|
|
267
|
-
## [1.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.0.0...v1.0.1) (2024-11-24)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* force build ([bc601c0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bc601c0470e05fe912cdd712ab7325726fd1fc4d))
|
|
273
|
-
|
|
274
|
-
## 1.0.0 (2024-11-24)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
### Bug Fixes
|
|
278
|
-
|
|
279
|
-
* add semantic-release and force build ([8343a38](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/8343a387c63a7b87c1e303f47edb0112feb7fcee))
|