Releases: googleapis/code-suggester
Releases · googleapis/code-suggester
v3.0.0
3.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- update library to use Node 12 (#372)
Build System
v2.2.0
2.2.0 (2022-02-28)
Features
v2.1.4
2.1.4 (2022-02-23)
Bug Fixes
- cli: don't crash when there are no changes (#334) (e606126), closes #229
- try to merge the upstream repo branch on the fork (#330) (2d5c3f9), closes #335
v2.1.3
2.1.3 (2022-02-22)
Bug Fixes
v2.1.2
Bug Fixes
- deps: update dependency parse-diff to ^0.9.0 (#303) (25983c9)
v2.0.0
⚠ BREAKING CHANGES
- This does not actually break any interfaces that are intended to be public (exported in
index.ts
), but would be breaking if you are importing from deeply nested paths which is not intended.
- move custom logger configuration into options (#212)
- cleanup custom logging (#206)
Features
Code Refactoring
v1.11.0
Features
- add optional draft flag to openPullRequest() (#207) (ff9516c)