Skip to content

Commit 1766737

Browse files
committed
chore: release 1.3.0
1 parent 5e8d65f commit 1766737

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
### Added
66

7-
- Add `history` function for the past page view. [#53](https://github.com/mstruebing/tldr/pull/53) ([@wudong](https://github.com/wudong))
8-
97
### Changed
108

119
### Deprecated
@@ -18,6 +16,10 @@
1816

1917
### Misc
2018

19+
## [1.3.0] - 2020-10-05
20+
21+
- Add `history` function for the past page view. [#53](https://github.com/mstruebing/tldr/pull/53) ([@wudong](https://github.com/wudong))
22+
2123
## [1.2.2] - 2020-09-16
2224

2325
### Fixed

cmd/tldr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
const currentPlattform = runtime.GOOS
3535

3636
func printVersion() {
37-
fmt.Println("tldr v 1.2.2")
37+
fmt.Println("tldr v 1.3.0")
3838
fmt.Println("Copyright (C) 2017 Max Strübing")
3939
fmt.Println("Source available at https://github.com/mstruebing/tldr")
4040
}

0 commit comments

Comments
 (0)