Skip to content

Commit c2e396d

Browse files
authored
Merge pull request #21 from alnacle/release/3.1.0
Release version 3.1.0
2 parents 84439ef + b262941 commit c2e396d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
3+
## 3.1.0 - 2019-04-08
4+
5+
## Points of interest API
6+
7+
New version of the Node SDK to support a new endpoint:
8+
9+
* [Points of Interest](https://developers.amadeus.com/self-service/category/210/api-doc/55/api-docs-and-example/10014)
10+
211
## 3.0.0 - 2019-01-22
312

413
## Hotel Search v2 has been deployed (Hotel Search v1 is now deprecated)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {
@@ -44,7 +44,8 @@
4444
"homepage": "https://developer.amadeus.com",
4545
"contributors": [
4646
"cbetta",
47-
"Anthony Roux"
47+
"Anthony Roux",
48+
"Alvaro Navarro"
4849
],
4950
"devDependencies": {
5051
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)