contensis-delivery-api
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -13,2 +13,3 @@ import { Entry } from './Entry'; | ||
childCount: number; | ||
includeInMenu: boolean; | ||
} |
@@ -264,2 +264,3 @@ interface ClientConfigFactory { | ||
childCount: number; | ||
includeInMenu: boolean; | ||
} | ||
@@ -266,0 +267,0 @@ |
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.1.4] - 2019-12-12 | ||
### Added | ||
- nodes api: Node has a includeInMenu property; | ||
## [1.1.3] - 2019-10-17 | ||
@@ -9,0 +13,0 @@ ### Added |
@@ -13,2 +13,3 @@ import { Entry } from './Entry'; | ||
childCount: number; | ||
includeInMenu: boolean; | ||
} |
{ | ||
"name": "contensis-delivery-api", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Contensis Javascript Delivery API", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -14,2 +14,3 @@ import { Entry } from './Entry'; | ||
childCount: number; | ||
includeInMenu: boolean; | ||
} |
920535
16324