Skip to content

Commit

Permalink
v0.7.4 (#218)
Browse files Browse the repository at this point in the history
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.

...?
  • Loading branch information
rix0rrr committed Sep 10, 2018
1 parent cf62773 commit e80a889
Show file tree
Hide file tree
Showing 82 changed files with 7,026 additions and 6,865 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.4"></a>
## [0.7.4](https://github.com/awslabs/jsii/compare/v0.7.3...v0.7.4) (2018-09-10)

### Bug Fixes

* **jsii:** Force generated assemblies to reference jsii-only dependencies ([cf62773](https://github.com/awslabs/jsii/commit/cf62773))


<a name="0.7.3"></a>
## [0.7.3](https://github.com/awslabs/jsii/compare/v0.7.2...v0.7.3) (2018-09-06)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"rejectCycles": true
}
},
"version": "0.7.3"
"version": "0.7.4"
}
Loading

0 comments on commit e80a889

Please sign in to comment.