From 8914443e2a4d45bf71d347908569ce3d1e334aa6 Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 19 Aug 2020 23:42:25 +0100 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d352e..12290e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://sigyl.com///compare/v0.0.1...v0.0.2) "chore(release): 0.0.2" (2020-08-19) + + +### Bug Fixes + +* wrong scripts ([1909cd5](https://sigyl.com///commit/1909cd514390ea5697fcd3e0b67363b6ce198846)) + ### 0.0.1 "chore(release): 0.0.1" (2020-08-19) diff --git a/package.json b/package.json index 0aff201..955aea7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "huginn", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1"