diff --git a/CHANGELOG.md b/CHANGELOG.md index 754ce0d..7fb6546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. --- +## [2.1.4](https://github.com/Nerdware-LLC/fixit-api/compare/v2.1.3...v2.1.4) (2024-04-04) + ## [2.1.3](https://github.com/Nerdware-LLC/fixit-api/compare/v2.1.2...v2.1.3) (2024-04-03) ## [2.1.2](https://github.com/Nerdware-LLC/fixit-api/compare/v2.1.1...v2.1.2) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index fb1d775..0605ce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-api", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fixit-api", - "version": "2.1.3", + "version": "2.1.4", "license": "LicenseRef-LICENSE", "dependencies": { "@apollo/server": "^4.10.1", diff --git a/package.json b/package.json index ec7ec4c..81780d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-api", - "version": "2.1.3", + "version": "2.1.4", "description": "Fixit API services built on NodeJS and Apollo GraphQL.", "author": { "name": "Trevor Anderson",