diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a9817c64 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## v0.5.0 (2019-12-07) + +#### :boom: Breaking Change +* [#128](https://github.com/Turbo87/igc-parser/pull/128) Make A record regexp more robust ([@vicb](https://github.com/vicb)) + +#### :rocket: Enhancement +* [#128](https://github.com/Turbo87/igc-parser/pull/128) Make A record regexp more robust ([@vicb](https://github.com/vicb)) + +#### Committers: 2 +- Victor Berchet ([@vicb](https://github.com/vicb)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + +## v0.4.0 (2018-05-31) + +#### :rocket: Enhancement +* [#20](https://github.com/Turbo87/igc-parser/pull/20) Implement `lenient` parsing mode ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 2 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + +## v0.3.2 (2018-05-17) + +#### :bug: Bug Fix +* [#14](https://github.com/Turbo87/igc-parser/pull/14) Support negative `numTurnpoint` values in task declaration ([@Turbo87](https://github.com/Turbo87)) + +#### :memo: Documentation +* [#11](https://github.com/Turbo87/igc-parser/pull/11) package.json: Declare minimum Node version ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 2 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + +## v0.3.1 (2018-05-15) + +#### :bug: Bug Fix +* [#9](https://github.com/Turbo87/igc-parser/pull/9) Improve Date header parsing ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) diff --git a/package.json b/package.json index 11c7117f..b9b2d8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igc-parser", - "version": "0.4.0", + "version": "0.5.0", "description": "IGC flight log parser", "license": "MIT", "author": "Tobias Bieniek ",