Skip to content

Commit a093ad9

Browse files
author
hernanmd
committed
Release v0.4.13
1 parent df54e06 commit a093ad9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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.4.12](https://github.com/hernanmd/pi/compare/0.4.11...0.4.12)
7+
#### [0.4.13](https://github.com/hernanmd/pi/compare/0.4.11...0.4.13)
88

9-
> 15 June 2020
9+
> 16 March 2021
1010
11+
- Release v0.4.12 [`df54e06`](https://github.com/hernanmd/pi/commit/df54e06b18019896fc43ec8ba34bacf785f66cb1)
1112
- Minor updates [`567404d`](https://github.com/hernanmd/pi/commit/567404d0831af9cf752b83eae28700d4441953c8)
1213

1314
#### [0.4.11](https://github.com/hernanmd/pi/compare/0.4.10...0.4.11)
@@ -73,6 +74,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7374

7475
> 19 October 2019
7576
76-
- Updated version and date strings [`2ced515`](https://github.com/hernanmd/pi/commit/2ced515540f70583a71c76db05d514e203cdaadc)
77-
- Changed install strategy [`17afdc0`](https://github.com/hernanmd/pi/commit/17afdc022d11469609f3f4ad9106d9b38e42ead1)
78-
- Use do_install() to download the release file, instead of using git to clone [`3d6de67`](https://github.com/hernanmd/pi/commit/3d6de67404515a0ac8c786d56d0a40a70c367488)
77+
- This reverts commit 018fd6692c685063dcec4decf9599259dca46d1c, reversing [`#11`](https://github.com/hernanmd/pi/pull/11)
78+
- Started refactoring [`#11`](https://github.com/hernanmd/pi/pull/11)
79+
- fix for #6: check for existing local binaries, fix condition branch for xmllint [`#9`](https://github.com/hernanmd/pi/pull/9)
80+
- fix jq usage in fetchGitHubPkgNames for issue #7, delete trailing spaces [`#8`](https://github.com/hernanmd/pi/pull/8)
81+
- Check cache directory exists and not empty before removing [`6704856`](https://github.com/hernanmd/pi/commit/6704856fa58b3d64aef84dab71609823a8076808)
82+
- Removed duplicate file [`18375d8`](https://github.com/hernanmd/pi/commit/18375d88f2a175b93cee8f95376252ed4beaefdf)
83+
- First commit of this baby [`d049d27`](https://github.com/hernanmd/pi/commit/d049d27d74548fc21e7b6792021b9b3bb4d2b9eb)

DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15-06-2020
1+
16-03-2021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)