Skip to content

Commit 13828a3

Browse files
Release v1.47.2 (#3472)
Co-authored-by: doriable <[email protected]> Co-authored-by: Doria Keung <[email protected]>
1 parent be349d1 commit 13828a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.47.2] - 2024-11-14
44

5-
- No changes yet.
5+
- Update the patch version to resolve NPM packaging issues. No command updates or user changes.
66

77
## [v1.47.1] - 2024-11-14
88

@@ -1298,7 +1298,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
12981298

12991299
Initial beta release.
13001300

1301-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.1...HEAD
1301+
[v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2
13021302
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1
13031303
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0
13041304
[v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0

private/buf/bufcli/bufcli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package bufcli
1616

1717
// Version is the CLI version of buf.
18-
const Version = "1.47.2-dev"
18+
const Version = "1.47.2"

0 commit comments

Comments
 (0)