From 9431e6b1531122ff9639e68dc3d2bb205663ee17 Mon Sep 17 00:00:00 2001 From: Juan Bautista Carpanelli Date: Wed, 11 Dec 2019 20:31:58 -0300 Subject: [PATCH] v0.5.1 --- changelog.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6c6bcf7..22ff02b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2019-12-11 +### Fixed +- Fix typo on `isCursorHidden` call (https://github.com/jcarpanelli/spinnies/pull/20). Thanks @noriyotcp! + ## [0.5.0] - 2019-08-25 ### Added - Add `indent` option to indent a spinner given a number of spaces (https://github.com/jcarpanelli/spinnies/pull/15). Thanks @rap2hpoutre! diff --git a/package-lock.json b/package-lock.json index 1736486..577ad46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spinnies", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb86e99..84e1318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spinnies", - "version": "0.5.0", + "version": "0.5.1", "description": "Create and manage multiple spinners in command-line interface programs", "main": "index.js", "scripts": {