Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#373)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 17, 2022
1 parent e9dc15b commit 0f34e00
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#372)

### Build System

* update library to use Node 12 ([#372](https://github.com/googleapis/code-suggester/issues/372)) ([e9dc15b](https://github.com/googleapis/code-suggester/commit/e9dc15bcdb5c538382236a1dba9792c1df968a35))

## [2.2.0](https://github.com/googleapis/code-suggester/compare/v2.1.4...v2.2.0) (2022-02-28)


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": "2.2.0",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down

0 comments on commit 0f34e00

Please sign in to comment.