Skip to content

Commit

Permalink
chore(merge-back): 1.70.0 (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 19, 2022
2 parents ecac06e + 03c2f6f commit 977e81b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.70.0](https://github.com/aws/jsii/compare/v1.69.0...v1.70.0) (2022-10-19)


### Features

* add error awareness to go deserialization ([#3793](https://github.com/aws/jsii/issues/3793)) ([9b6a307](https://github.com/aws/jsii/commit/9b6a3072ae4c95be152196f8fea36237fa2d0f99))
* **python:** add error differentiation to Python. ([#3772](https://github.com/aws/jsii/issues/3772)) ([e3f7d5e](https://github.com/aws/jsii/commit/e3f7d5e2c9683b13092e4ba05c13ade8b2a5e823))
* **superchain:** add 'acl' package to support projen GHA ([#3783](https://github.com/aws/jsii/issues/3783)) ([306b248](https://github.com/aws/jsii/commit/306b24845d6b36a7079ddb88aaeab2847f7bb238))


### Bug Fixes

* **jsii-reflect:** TypeMember is not SourceLocatable ([#3778](https://github.com/aws/jsii/issues/3778)) ([db809e2](https://github.com/aws/jsii/commit/db809e212735b559d54e96666a2be6b18e432893)), closes [#3777](https://github.com/aws/jsii/issues/3777)
* **python:** KeyError in type checks when decorating methods ([#3791](https://github.com/aws/jsii/issues/3791)) ([dae724c](https://github.com/aws/jsii/commit/dae724c39ba274c6facd8fb9f4b93cc2db52e311))

## [1.69.0](https://github.com/aws/jsii/compare/v1.68.0...v1.69.0) (2022-09-27)


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

0 comments on commit 977e81b

Please sign in to comment.