Skip to content

Commit e80a889

Browse files
authored
v0.7.4 (#218)
Bug Fixes ========= * **jsii:** Force generated assemblies to reference jsii-only dependencies ([cf62773](cf62773)) * **build**: Make Ruby build work if run as non-root user. Also fix the version of Rubocop used to 0.57, since higher versions fail on validating rainbow-3.0.0 (because it targets an old Ruby version that rubocop no longer supports), even though Rubocop itself pulls in the dependency and chooses to validate it. ...?
1 parent cf62773 commit e80a889

File tree

82 files changed

+7026
-6865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+7026
-6865
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.7.4"></a>
7+
## [0.7.4](https://github.com/awslabs/jsii/compare/v0.7.3...v0.7.4) (2018-09-10)
8+
9+
### Bug Fixes
10+
11+
* **jsii:** Force generated assemblies to reference jsii-only dependencies ([cf62773](https://github.com/awslabs/jsii/commit/cf62773))
12+
13+
614
<a name="0.7.3"></a>
715
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)
816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"rejectCycles": true
99
}
1010
},
11-
"version": "0.7.3"
11+
"version": "0.7.4"
1212
}

0 commit comments

Comments
 (0)