diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f038ae..a4cc3b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/HugoMendes98/graph-flow/compare/v0.6.2...v0.6.3) (2024-01-13) + + +### Bug Fixes + +* **deps:** update dependency @nestjs/swagger to v7.1.17 ([#58](https://github.com/HugoMendes98/graph-flow/issues/58)) ([e80ee65](https://github.com/HugoMendes98/graph-flow/commit/e80ee65bfc4e9130b81755bb1b89a4b0314ac171)) + ## [0.6.2](https://github.com/HugoMendes98/graph-flow/compare/v0.6.1...v0.6.2) (2024-01-13) diff --git a/package-lock.json b/package-lock.json index 1bd86a64..2a37f434 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-flow", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graph-flow", - "version": "0.6.2", + "version": "0.6.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4a0dd505..d5f6d5c1 100644 --- a/package.json +++ b/package.json @@ -252,5 +252,5 @@ "test:ci": "nx run-many --target=test --configuration ci --ci --parallel=4 --runInBand", "test:e2e": "nx run-many --target=e2e --parallel=false --runInBand" }, - "version": "0.6.2" + "version": "0.6.3" }