Skip to content

Commit

Permalink
fix: add missing changelog records
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsukhanov committed Mar 13, 2024
1 parent c38a565 commit bd6d19f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/changelog.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
import { IChangelog } from '@app/shared-ui';

export const CHANGELOG: IChangelog = [
{
version: '1.2.6',
changeL10nKeys: [
'changelog.1-2-6.fixServoCalibrationForRangesGraterThan360',
'changelog.1-2-6.fixServoCalibrationResultsNotBeingRound',
'changelog.1-2-6.fixMultipleServoCalibrationOnStartup',
'changelog.1-2-6.featMotorStrainingReduction'
]
},
{
version: '1.2.5',
changeL10nKeys: [
'changelog.1-2-5.appIconUpdated',
'changelog.1-2-5.servoManualRangeReadFix',
'changelog.1-2-5.servoCenterOnStartForKeyInputsFix',
'changelog.1-2-5.servoCenterOnStartForKeyInputsFix'
]
},
{
Expand Down

0 comments on commit bd6d19f

Please sign in to comment.