Skip to content

Commit

Permalink
build: bump version to v0.7.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Nov 20, 2021
1 parent 73d5d28 commit a9fc8ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<!-- Use the following format below -->
<!-- 1. [Changed Area] Title of changes - @github username (Name) -->

## 0.7.3

1. [FMS] Fixed default flight plan interface for SU7 - @Benjozork (Benjamin Dupont)

## 0.7.2

1. [MCDU] Hide POSITION UPDATE AT field on PROG page when GPS is available - @BlueberryKing (BlueberryKing)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a32nx",
"version": "0.7.2",
"version": "0.7.3-rc1",
"scripts": {
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
Expand Down

0 comments on commit a9fc8ea

Please sign in to comment.