diff --git a/CHANGELOG.md b/CHANGELOG.md index f7baa72..9ecad57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project 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). -## [0.0.3] - 2023-08-16 +## [0.0.4] - 2023-08-16 ### Security diff --git a/package-lock.json b/package-lock.json index 02a41d5..109631b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-presenter", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d56a3f4..37819a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-presenter", - "version": "0.0.3", + "version": "0.0.4", "description": "Standardize ExpressJS JSON responses", "main": "src/index.js", "scripts": {