File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 0.6.0] ( https://github.com/hernanmd/pi/compare/0.5.9...0.6.0 )
8+
79#### [ 0.5.9] ( https://github.com/hernanmd/pi/compare/0.5.8...0.5.9 )
810
11+ > 6 May 2022
12+
13+ - Release v0.5.9 [ ` acb398c ` ] ( https://github.com/hernanmd/pi/commit/acb398c2f28310dce06217794e7dc296942edf07 )
914- Update README.md [ ` b48cbc4 ` ] ( https://github.com/hernanmd/pi/commit/b48cbc4c2ec4db37a5b04b9482be42dca08df1ff )
1015- Update README.md [ ` 672ef7d ` ] ( https://github.com/hernanmd/pi/commit/672ef7de3172ff662c42ac9b12933050590fc66c )
11- - Update README.md [ ` d859181 ` ] ( https://github.com/hernanmd/pi/commit/d85918138443f6be3f07040efb308940ce1c9d22 )
1216
1317#### [ 0.5.8] ( https://github.com/hernanmd/pi/compare/0.5.7...0.5.8 )
1418
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ and you're done.
6363
6464To persist usage between multiple shell sessions:
6565``` bash
66- echo " export PATH=$HOME /.pi/pi/bin:$PATH " >> ~ /.profile
66+ echo " export PATH=\ $ HOME/.pi/pi/bin:\ $ PATH" >> ~ /.profile
6767```
6868
6969To see the effect, do:
@@ -82,7 +82,7 @@ and you're done.
8282
8383To persist usage between multiple shell sessions:
8484``` bash
85- echo -n ' export PATH=$HOME/.pi/pi/bin:$PATH' >> ~ /.zshrc
85+ echo -n ' export PATH=\ $HOME/.pi/pi/bin:\ $PATH' >> ~ /.zshrc
8686```
8787
8888To see the effect, do:
Original file line number Diff line number Diff line change 11{
22 "name" : " pi" ,
3- "version" : " 0.5.9 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
6+ "type" : " module" ,
67 "scripts" : {
78 "test" : " echo \" Error: no test specified\" && exit 1"
89 },
1314 "@release-it/conventional-changelog" : " ^1.1.0"
1415 },
1516 "dependencies" : {
16- "release-it" : " ^13.6.3 "
17+ "release-it" : " ^15.0.0 "
1718 }
1819}
You can’t perform that action at this time.
0 commit comments