File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.4.1 "
2
+ "." : " 1.4.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.2 (2025-08-12)
4
+
5
+ Full Changelog: [ v1.4.1...v1.4.2] ( https://github.com/OneBusAway/go-sdk/compare/v1.4.1...v1.4.2 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** update comment in script ([ d7f2691] ( https://github.com/OneBusAway/go-sdk/commit/d7f269199383294754972a5cbd3e2c7f2161e728 ) )
10
+
3
11
## 1.4.1 (2025-08-09)
4
12
5
13
Full Changelog: [ v1.4.0...v1.4.1] ( https://github.com/OneBusAway/go-sdk/compare/v1.4.0...v1.4.1 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/OneBusAway/go-sdk@v1.4.1 '
27
+ go get -u ' github.com/OneBusAway/go-sdk@v1.4.2 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "1.4.1 " // x-release-please-version
5
+ const PackageVersion = "1.4.2 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments