Skip to content

Commit 0f7d33c

Browse files
chore(main): release 5.0.0 (#772)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 43d4a06 commit 0f7d33c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/google/gts/compare/v4.0.1...v5.0.0) (2023-07-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to node 14 as the minimum version ([#771](https://github.com/google/gts/issues/771))
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency prettier to ~2.8.0 ([#743](https://github.com/google/gts/issues/743)) ([7582516](https://github.com/google/gts/commit/75825165ea32bb9bcd5013223d5e5dff2efa731c))
13+
* update eslint-prettier ([43d4a06](https://github.com/google/gts/commit/43d4a06a27565b7d3839432c6f8267d254f6a002))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Upgrade to node 14 as the minimum version ([#771](https://github.com/google/gts/issues/771)) ([6301178](https://github.com/google/gts/commit/6301178c859361ddf8dfd678f94fc80ad5b7e38f))
19+
320
## [4.0.1](https://github.com/google/gts/compare/v4.0.0...v4.0.1) (2023-01-09)
421

522

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gts",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Google TypeScript Style",
55
"repository": "google/gts",
66
"main": "build/src/index.js",

0 commit comments

Comments
 (0)