chore(release): 0.0.2

This commit is contained in:
Giles 2020-08-19 23:42:25 +01:00
parent 1909cd5143
commit 8914443e2a
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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"