From 48e21aad959edf1c7e9db4234409341815f47d1d Mon Sep 17 00:00:00 2001 From: hernanmd Date: Sat, 25 Jan 2020 00:31:22 -0300 Subject: [PATCH] Release v0.4.9 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee8d54..7feffb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.4.9](https://github.com/hernanmd/pi/compare/0.4.8...0.4.9) + +> 25 January 2020 + +- Remove unused variable ERR_UNSUPPORTED_OS. Declare locals and assign separately to avoid masking return values. Print more detailed information while installing [`568aa6c`](https://github.com/hernanmd/pi/commit/568aa6cb13bd9671dae2f321f0935fe9483865e7) +- Use examples from a text file [`242a6ad`](https://github.com/hernanmd/pi/commit/242a6ad267f196bd32361a3407cb7252c48b9ba0) +- Require installed jq. Do not install manually jq [`1fb4c9e`](https://github.com/hernanmd/pi/commit/1fb4c9e299afe58931c2219448eaefe6db294002) + #### [0.4.8](https://github.com/hernanmd/pi/compare/0.4.7...0.4.8) > 30 October 2019 - Minor modifications echo -> printf. Refactorings [`8ccb730`](https://github.com/hernanmd/pi/commit/8ccb730460750e0fafad087e2a8df1ac7d21d273) - Try to install from GitHub first, then Catalog, finally SmalltalkHub [`3fa8927`](https://github.com/hernanmd/pi/commit/3fa89275cb1e0c594b845285f0674a753f56fefd) +- Release v0.4.8 [`e051996`](https://github.com/hernanmd/pi/commit/e05199691e465bdfde079db9b48bf955253f3b38) #### [0.4.7](https://github.com/hernanmd/pi/compare/0.4.6...0.4.7) diff --git a/package.json b/package.json index dfd2c62..96dd454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi", - "version": "0.4.8", + "version": "0.4.9", "description": "", "main": "index.js", "scripts": {