File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments