From fac78eb9ef0595dc07aa543ff8da94338982990d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 26 Dec 2024 00:29:34 +0100 Subject: [PATCH] fix(test): Added basic test for NullResolve instance creation, start, and stop. --- changelog.md | 9 +++++++++ ts/00_commitinfo_data.ts | 7 +++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d7e3217 --- /dev/null +++ b/changelog.md @@ -0,0 +1,9 @@ +# Changelog + +## 2024-12-26 - 1.0.30 - fix(test) +Added basic test for NullResolve instance creation, start, and stop. + +- Implemented a test to ensure NullResolve can be instantiated, started, and stopped without errors. + +## 2024-12-26 - 1.0.29 - Initial Release +Initial release of the project. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a4a3c3f..5e65659 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,7 +3,6 @@ */ export const commitinfo = { name: '@losslessone_private/nullresolve', - version: '1.0.29', - description: - 'servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.', -}; + version: '1.0.30', + description: 'servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.' +}