diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..099b8fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [1.2.0](https://github.com/hirosystems/api-toolkit/compare/v1.1.0...v1.2.0) (2023-10-26) + + +### Features + +* add fastify helpers ([#9](https://github.com/hirosystems/api-toolkit/issues/9)) ([f923ce4](https://github.com/hirosystems/api-toolkit/commit/f923ce4a741665ef0ece8339694d03e2dae54338)) +* expand tools with Stacks API helpers ([#10](https://github.com/hirosystems/api-toolkit/issues/10)) ([79a08a4](https://github.com/hirosystems/api-toolkit/commit/79a08a4417b65981878d31b7f13a5dfacf591e15)) diff --git a/package-lock.json b/package-lock.json index fa38f44..56a68e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/api-toolkit", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/api-toolkit", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/package.json b/package.json index fa0e693..91157e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/api-toolkit", - "version": "1.1.0", + "version": "1.2.0", "description": "API development toolkit", "main": "./dist/index.js", "typings": "./dist/index.d.ts",