Comparing version 0.11.1 to 0.11.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.11.2](https://github.com/awslabs/jsii/compare/v0.11.1...v0.11.2) (2019-06-07) | ||
### Bug Fixes | ||
* **java:** Escape `*/` in package-info.java ([#526](https://github.com/awslabs/jsii/issues/526)) ([4e7ea98](https://github.com/awslabs/jsii/commit/4e7ea98)) | ||
## [0.11.1](https://github.com/awslabs/jsii/compare/v0.11.0...v0.11.1) (2019-06-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "jsii-spec", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Specification for jsii assemblies", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"@types/nodeunit": "^0.0.30", | ||
"jsii-build-tools": "^0.11.1", | ||
"jsii-build-tools": "^0.11.2", | ||
"nodeunit": "^0.11.3", | ||
@@ -18,0 +18,0 @@ "typescript": "^3.5.1", |
Sorry, the diff of this file is not supported yet
134737