Skip to content

Commit b5d0544

Browse files
committed
v5.1.2
1 parent dbb8a6e commit b5d0544

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.2][] (Apr 03 2022)
4+
5+
### Bug fixes
6+
7+
- Fix extra space on single line lean ([#274][])
8+
39
## [v5.1.1][] (Apr 01 2022)
410

511
### Bug fixes
@@ -420,6 +426,7 @@
420426
[#250]: https://github.com/IlanCosman/tide/issues/250
421427
[#254]: https://github.com/IlanCosman/tide/issues/254
422428
[#271]: https://github.com/IlanCosman/tide/issues/271
429+
[#274]: https://github.com/IlanCosman/tide/issues/274
423430
[prettier action]: https://github.com/actionsx/prettier
424431
[super-linter]: https://github.com/github/super-linter
425432
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
@@ -454,3 +461,4 @@
454461
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
455462
[v5.1.0]: https://github.com/IlanCosman/tide/tree/v5.1.0
456463
[v5.1.1]: https://github.com/IlanCosman/tide/tree/v5.1.1
464+
[v5.1.2]: https://github.com/IlanCosman/tide/tree/v5.1.2

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.1'
5+
echo 'tide, version 5.1.2'
66
else if set -q _flag_help
77
_tide_help
88
else if functions --query _tide_sub_$argv[1]

0 commit comments

Comments
 (0)