bump package version to 1.2.1
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 22 Oct 2021 23:16:22 +0000 (16:16 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 22 Oct 2021 23:16:22 +0000 (16:16 -0700)
CHANGELOG.md
package-lock.json
package.json

index 185fafd971292396f11e5e86c0e849c272a0cf57..33468ed846c43397ec19e64ab2d641cca5be759c 100644 (file)
@@ -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
index ad5aeb21d671bcea59a607d7df071bbf17fc19ec..7a3f9d694d51e8409f9e96c902af496b5ec839c8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 572c0614c04b901b7421071957699b2bd2a5da45..3e24cfd173df873072459d0fc6bc4e449971789b 100644 (file)
@@ -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": {