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.' +}