Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.2...v2.6.0) (2022-01-02)

### Bug Fixes

* **AirportImport:** fix majority of airports not importing ([492cfec](492cfec))

### Features

* add coordinates to airport model ([fb88e9f](fb88e9f)), closes [#194](#194)
* **AirportImport:** replace route with command ([6e2f000](6e2f000))
* **AirportsImport:** add better validation to airport import ([6b1ae83](6b1ae83))
* **AirportsImport:** change airport import file source ([bb0859f](bb0859f))

### Performance Improvements

* **AirportImport:** AirportImport now runs on queue ([f7170fe](f7170fe))
  • Loading branch information
semantic-release-bot committed Jan 2, 2022
1 parent 14aa88c commit 1426678
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.6.0](https://github.com/daveroverts/bmac/compare/v2.5.2...v2.6.0) (2022-01-02)


### Bug Fixes

* **AirportImport:** fix majority of airports not importing ([492cfec](https://github.com/daveroverts/bmac/commit/492cfec0041bfa2f6246e7123270e29594bc871a))


### Features

* add coordinates to airport model ([fb88e9f](https://github.com/daveroverts/bmac/commit/fb88e9f0689190a55f9433e8bf9405e749f44903)), closes [#194](https://github.com/daveroverts/bmac/issues/194)
* **AirportImport:** replace route with command ([6e2f000](https://github.com/daveroverts/bmac/commit/6e2f00015ee9617ce5302a053f2599aa33b6ed85))
* **AirportsImport:** add better validation to airport import ([6b1ae83](https://github.com/daveroverts/bmac/commit/6b1ae83959c82d22eabd7cfd60ed8263e2c7330d))
* **AirportsImport:** change airport import file source ([bb0859f](https://github.com/daveroverts/bmac/commit/bb0859f042e5be75343cea31851b49497f0c5c45))


### Performance Improvements

* **AirportImport:** AirportImport now runs on queue ([f7170fe](https://github.com/daveroverts/bmac/commit/f7170fe33b408a9eb4ab9f65938a576015dbbeee))

## [2.5.2](https://github.com/daveroverts/bmac/compare/v2.5.1...v2.5.2) (2022-01-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"flatpickr": "^4.6.9",
"sweetalert2": "^11.1.9"
},
"version": "2.5.2",
"version": "2.6.0",
"repository": {
"type": "git",
"url": "https://github.com/daveroverts/bmac.git"
Expand Down

0 comments on commit 1426678

Please sign in to comment.