Skip to content

Commit 8688d16

Browse files
Release v1.47.1 (#3470)
Co-authored-by: doriable <[email protected]> Co-authored-by: Doria Keung <[email protected]>
1 parent d12a559 commit 8688d16

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.1] - 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.0] - 2024-11-13
88

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

12951295
Initial beta release.
12961296

1297-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.0...HEAD
1297+
[v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1
12981298
[v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0
12991299
[v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0
13001300
[v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.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.1-dev"
18+
const Version = "1.47.1"

0 commit comments

Comments
 (0)