Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#388)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.0.0](v3.0.0...v4.0.0) (2022-08-09)


### ⚠ BREAKING CHANGES

* drop Node 12 support
* **action:** upgrade to Node 14
* update @octokit/rest to v19 (#385)

### deps

* update @octokit/rest to v19 ([#385](#385)) ([aa1b768](aa1b768))


### Build System

* **action:** upgrade to Node 14 ([aa1b768](aa1b768))
* drop Node 12 support ([aa1b768](aa1b768))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Aug 9, 2022
1 parent ce7dbe0 commit 4ec921c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [4.0.0](https://github.com/googleapis/code-suggester/compare/v3.0.0...v4.0.0) (2022-08-09)


### ⚠ BREAKING CHANGES

* drop Node 12 support
* **action:** upgrade to Node 14
* update @octokit/rest to v19 (#385)

### deps

* update @octokit/rest to v19 ([#385](https://github.com/googleapis/code-suggester/issues/385)) ([aa1b768](https://github.com/googleapis/code-suggester/commit/aa1b768c34af2e8c7f717d8ef66030cdb20bea3e))


### Build System

* **action:** upgrade to Node 14 ([aa1b768](https://github.com/googleapis/code-suggester/commit/aa1b768c34af2e8c7f717d8ef66030cdb20bea3e))
* drop Node 12 support ([aa1b768](https://github.com/googleapis/code-suggester/commit/aa1b768c34af2e8c7f717d8ef66030cdb20bea3e))

## [3.0.0](https://github.com/googleapis/code-suggester/compare/v2.2.0...v3.0.0) (2022-05-17)


Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,7 +1,7 @@
{
"name": "code-suggester",
"description": "Library to propose code changes",
"version": "3.0.0",
"version": "4.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down

0 comments on commit 4ec921c

Please sign in to comment.