Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#772)
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 Jul 26, 2023
1 parent 43d4a06 commit 0f7d33c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [5.0.0](https://github.com/google/gts/compare/v4.0.1...v5.0.0) (2023-07-26)


### ⚠ BREAKING CHANGES

* Upgrade to node 14 as the minimum version ([#771](https://github.com/google/gts/issues/771))

### Bug Fixes

* **deps:** update dependency prettier to ~2.8.0 ([#743](https://github.com/google/gts/issues/743)) ([7582516](https://github.com/google/gts/commit/75825165ea32bb9bcd5013223d5e5dff2efa731c))
* update eslint-prettier ([43d4a06](https://github.com/google/gts/commit/43d4a06a27565b7d3839432c6f8267d254f6a002))


### Miscellaneous Chores

* Upgrade to node 14 as the minimum version ([#771](https://github.com/google/gts/issues/771)) ([6301178](https://github.com/google/gts/commit/6301178c859361ddf8dfd678f94fc80ad5b7e38f))

## [4.0.1](https://github.com/google/gts/compare/v4.0.0...v4.0.1) (2023-01-09)


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
@@ -1,6 +1,6 @@
{
"name": "gts",
"version": "4.0.1",
"version": "5.0.0",
"description": "Google TypeScript Style",
"repository": "google/gts",
"main": "build/src/index.js",
Expand Down

0 comments on commit 0f7d33c

Please sign in to comment.