Skip to content

Commit e630dab

Browse files
authored
Merge pull request #16 from alnacle/release-1.1.0
Release version 1.1.0
2 parents 1245575 + c49048c commit e630dab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0 - 2018-08-01
4+
5+
Release 1.1.0.
6+
7+
- Support of 3 new endpoints
8+
39
## 1.0.1 - 2018-04-19
410

511
Remove Beta tag

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"babel-cli": "^6.26.0",
5050
"babel-plugin-add-module-exports": "^0.2.1",
5151
"babel-preset-env": "^1.7.0",
52-
"documentation": "^6.2.0",
52+
"documentation": "^5.3.5",
5353
"eslint": "^4.16.0",
5454
"jest": "^23.4.2",
5555
"watch": "^1.0.2"

0 commit comments

Comments
 (0)