diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f13f28a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2024-01-19) + + +### Features + +* release ([05ab3fa](https://github.com/fgiova/undici-rest-client/commit/05ab3fa404743e153092a41dfcaec5c960750ffe)) diff --git a/package-lock.json b/package-lock.json index 76be2be..e70c73f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fgiova/undici-rest-client", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fgiova/undici-rest-client", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "http-errors": "^2.0.0", diff --git a/package.json b/package.json index 7e08c07..2299336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fgiova/undici-rest-client", - "version": "0.0.0", + "version": "1.0.0", "main": "dist/index.js", "files": [ "dist"