Skip to content

Commit

Permalink
Merge branch 'master' into nochai
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Mar 31, 2021
2 parents c0bd50f + a1a0a7b commit ffc79d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.0](https://www.github.com/googleapis/code-suggester/compare/v1.9.3...v1.10.0) (2021-03-30)


### Features

* add a flag to prevent retries ([#188](https://www.github.com/googleapis/code-suggester/issues/188)) ([aede629](https://www.github.com/googleapis/code-suggester/commit/aede629cf72f60cc7b8bc2f5a2da02b931cf05c9))

### [1.9.3](https://www.github.com/googleapis/code-suggester/compare/v1.9.2...v1.9.3) (2021-03-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-suggester",
"description": "Library to propose code changes",
"version": "1.9.3",
"version": "1.10.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
'README.md',
'.github/CODEOWNERS',
'.github/release-please.yml',
'renovate.json'
])

0 comments on commit ffc79d7

Please sign in to comment.