Skip to content

Commit c87ff16

Browse files
committed
v5.1.1
1 parent 4f27787 commit c87ff16

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v5.1.1][] (Apr 01 2022)
4+
5+
### Bug fixes
6+
7+
- Fix java item for old jdks ([#271][])
8+
39
## [v5.1.0][] (Mar 31 2022)
410

511
### Bug fixes
@@ -413,6 +419,7 @@
413419
[#244]: https://github.com/IlanCosman/tide/issues/244
414420
[#250]: https://github.com/IlanCosman/tide/issues/250
415421
[#254]: https://github.com/IlanCosman/tide/issues/254
422+
[#271]: https://github.com/IlanCosman/tide/issues/271
416423
[prettier action]: https://github.com/actionsx/prettier
417424
[super-linter]: https://github.com/github/super-linter
418425
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
@@ -446,3 +453,4 @@
446453
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
447454
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
448455
[v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0
456+
[v5.1.1]: https://github.com/IlanCosman/tide/tree/v5.1.1

functions/tide.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
22
argparse --stop-nonopt v/version h/help -- $argv
33

44
if set -q _flag_version
5-
echo 'tide, version 5.1.0'
5+
echo 'tide, version 5.1.1'
66
else if set -q _flag_help
77
_tide_help
88
else if functions --query _tide_sub_$argv[1]

0 commit comments

Comments
 (0)