bump package version to 2.0.1 v2.0.1
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 15 Nov 2023 02:22:46 +0000 (18:22 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 15 Nov 2023 02:22:46 +0000 (18:22 -0800)
CHANGELOG.md
package-lock.json
package.json

index dc6f91101a32cc8ae854beabd04a1c83d50cc783..b172d7c137db65eaa935c05d546c84e2ac71f3d6 100644 (file)
@@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v2.0.1] - 2023-11-14
+
 - updated depdendencies
 - move log scope function to module
 
@@ -102,7 +104,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=v2.0.0
+[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.0.1
+[v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0
 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9
 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
index 72bba25b5a1159da7a8ef2462896bde4db971d90..e36e5907893990d1c387139f5a6c5d85d6438b2b 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/api-dingus",
-      "version": "2.0.0",
+      "version": "2.0.1",
       "license": "ISC",
       "dependencies": {
         "@squeep/log-helper": "^1.0.0",
index aae2ba19cb55721179de04de39e0618d9a2af368..2c89b18f263dc7090aef7d717f8f2c74090c4bac 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "An API server framework",
   "main": "index.js",
   "scripts": {