From: Justin Wind Date: Wed, 15 Nov 2023 02:22:46 +0000 (-0800) Subject: bump package version to 2.0.1 X-Git-Tag: v2.0.1 X-Git-Url: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff_plain;h=b92eb101794a17ee0183355af6fac546618e441d bump package version to 2.0.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6f911..b172d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 72bba25..e36e590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index aae2ba1..2c89b18 100644 --- a/package.json +++ b/package.json @@ -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": {