We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1245575 + c49048c commit e630dabCopy full SHA for e630dab
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.0 - 2018-08-01
4
+
5
+Release 1.1.0.
6
7
+- Support of 3 new endpoints
8
9
## 1.0.1 - 2018-04-19
10
11
Remove Beta tag
package.json
@@ -1,6 +1,6 @@
{
"name": "amadeus",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Node library for the Amadeus travel APIs",
"main": "lib/amadeus.js",
"scripts": {
@@ -49,7 +49,7 @@
49
"babel-cli": "^6.26.0",
50
"babel-plugin-add-module-exports": "^0.2.1",
51
"babel-preset-env": "^1.7.0",
52
- "documentation": "^6.2.0",
+ "documentation": "^5.3.5",
53
"eslint": "^4.16.0",
54
"jest": "^23.4.2",
55
"watch": "^1.0.2"
0 commit comments