diff --git a/CHANGELOG.md b/CHANGELOG.md index 906ff9e..bc3f110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 (2022-08-10) + + +### Features + +* add prettier support on import spec cb9c3a6 + ## 1.0.6 (2022-08-05) diff --git a/package.json b/package.json index 1740333..a869d8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-query-lightbase-codegen", "description": "Fully typed react query code generation tool based on openApi specifications", - "version": "1.0.6", + "version": "1.1.0", "license": "MIT", "type": "module", "exports": "./dist/index.js",