Comparing version 0.7.13 to 0.7.14
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.7.14"></a> | ||
## [0.7.14](https://github.com/awslabs/jsii/compare/v0.7.13...v0.7.14) (2019-02-04) | ||
### Features | ||
* **jsii:** support multiple class declaration sites ([#348](https://github.com/awslabs/jsii/issues/348)) ([4ecf28c](https://github.com/awslabs/jsii/commit/4ecf28c)) | ||
<a name="0.7.13"></a> | ||
@@ -8,0 +19,0 @@ ## [0.7.13](https://github.com/awslabs/jsii/compare/v0.7.12...v0.7.13) (2019-01-03) |
{ | ||
"name": "jsii-spec", | ||
"version": "0.7.13", | ||
"version": "0.7.14", | ||
"description": "Specification for jsii assemblies", | ||
@@ -16,6 +16,6 @@ "main": "lib/index.js", | ||
"@types/nodeunit": "^0.0.30", | ||
"jsii-build-tools": "^0.7.13", | ||
"jsii-build-tools": "^0.7.14", | ||
"nodeunit": "^0.11.3", | ||
"typescript": "^3.1.6", | ||
"typescript-json-schema": "^0.33.0" | ||
"typescript": "^3.2.4", | ||
"typescript-json-schema": "^0.34.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "dependencies": { |
87538