From 40ac266e787682ca35b839588f1bce5b36aefe69 Mon Sep 17 00:00:00 2001 From: Mallory Allen Date: Wed, 11 Aug 2021 13:50:03 -0400 Subject: [PATCH] v0.5.4 --- CHANGELOG.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47949e..5938c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to this project (as of 0.5.2 forward) +All notable changes to this project (as of 0.5.4 forward) will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [0.5.2] - 2021-08-11 +## [0.5.4] - 2021-08-11 ### Changed diff --git a/package.json b/package.json index 716370c..3040c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saddle-up", - "version": "0.5.1", + "version": "0.5.4", "description": "An easy-to-use testing framework for node servers everywhere", "homepage": "https://github.com/TheMallen/SaddleUp", "main": "src/index.mjs", @@ -10,7 +10,7 @@ "type-check": "sk type-check", "build": "sk build", "prerelease": "yarn build", - "release": "yarn publish" + "release": "yarn version" }, "keywords": [ "koa", @@ -24,8 +24,8 @@ "tough-cookie": "^4.0.0" }, "repository": { - "type" : "git", - "url" : "https://github.com/TheMallen/SaddleUp.git" + "type": "git", + "url": "https://github.com/TheMallen/SaddleUp.git" }, "devDependencies": { "@hapi/hapi": "^19.1.1",