From 087b5d99f0979ffc43c2df470c73191395262e24 Mon Sep 17 00:00:00 2001 From: Alvaro Navarro Date: Fri, 2 Oct 2020 10:30:36 +0200 Subject: [PATCH] Release version 5.4.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89763fb..5b61f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog + +## 5.4.0 - 2020-10-01 +Add support for the [Tours and Activities API](https://developers.amadeus.com/self-service/category/destination-content/api-doc/tours-and-activities/api-reference) + ## 5.3.0 - 2020-09-15 Add support for the [On-Demand Flight Status API](https://developers.amadeus.com/self-service/category/air/api-doc/on-demand-flight-status/api-reference) diff --git a/package.json b/package.json index 2ddbf98..169b374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amadeus", - "version": "5.3.0", + "version": "5.4.0", "description": "Node library for the Amadeus travel APIs", "main": "lib/amadeus.js", "scripts": {