Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Allen committed Aug 11, 2021
1 parent bc27c41 commit 40ac266
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->

## [0.5.2] - 2021-08-11
## [0.5.4] - 2021-08-11

### Changed

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,7 @@
"type-check": "sk type-check",
"build": "sk build",
"prerelease": "yarn build",
"release": "yarn publish"
"release": "yarn version"
},
"keywords": [
"koa",
Expand All @@ -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",
Expand Down

0 comments on commit 40ac266

Please sign in to comment.