Skip to content

Commit 74a271f

Browse files
author
Hernán Morales Durand
committed
Release v0.6.0
1 parent acb398c commit 74a271f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and you're done.
6363

6464
To 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

6969
To see the effect, do:
@@ -82,7 +82,7 @@ and you're done.
8282

8383
To 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

8888
To see the effect, do:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
},
@@ -13,6 +14,6 @@
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
}

0 commit comments

Comments
 (0)