From e78d3e16a3156256554a08508582e459cf3a183c Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 22 Oct 2021 16:16:22 -0700 Subject: [PATCH] bump package version to 1.2.1 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185fafd..33468ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.2.1] - 2021-10-22 + +### Added + +- updated dependencies +- minor fix to serveFile + ## [v1.2.0] - 2021-09-10 ### Added @@ -25,7 +32,8 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.0 +[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.1 +[v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0 diff --git a/package-lock.json b/package-lock.json index ad5aeb2..7a3f9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 572c061..3e24cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.2.0", + "version": "1.2.1", "description": "A minimal API server framework", "main": "index.js", "scripts": { -- 2.43.2