From 76614350ea4f2e7239f5a0f83bf76df730d8812c Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:15:03 -0400 Subject: [PATCH] chore(release): prepare for v0.1.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4d834..5768b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2023-10-03 + +### Features + +- Instruction tooltips ([#36](https://github.com/liftedinit/ghostcloud/issues/36)) + ## [0.1.3] - 2023-10-02 ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 295d95d..ac463d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghostcloud", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghostcloud", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@beam-australia/react-env": "^3.1.1", "@chakra-ui/react": "^1.8.6", diff --git a/package.json b/package.json index 7de01dc..a12251e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostcloud", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "start": "react-app-rewired start",