diff --git a/CHANGELOG.md b/CHANGELOG.md index 436b249..bc221f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ +## [1.5.0](https://github.com/expressots/expressots-cli/compare/1.4.0...1.5.0) (2023-10-21) + + +### Features + +* add base repository and interface from prisma provider template ([d643830](https://github.com/expressots/expressots-cli/commit/d643830216d5d88196b70dbe2e4e2df19c9d1e39)) +* add base repository and interface from prisma provider template ([a42c9bb](https://github.com/expressots/expressots-cli/commit/a42c9bb5a2c1cadee064b9f4ede853caf72f4800)) +* add base repository templatess ([3390346](https://github.com/expressots/expressots-cli/commit/339034618046ff43af1b585c6fcb26cba13ae3a1)) +* add base repository templatess ([bc42738](https://github.com/expressots/expressots-cli/commit/bc42738ca9f0f40505ec42ed970f13f88dcd48e9)) +* add better log messages during installation ([8d1766e](https://github.com/expressots/expressots-cli/commit/8d1766e44abd8f30eb83bd40f4c45cf791e4741e)) +* add prisma provider configuration expressots.config file ([0b656f3](https://github.com/expressots/expressots-cli/commit/0b656f3bd7fa4966929d71248d45b8928f3ff608)) +* add prisma provider configuration expressots.config file ([674f7df](https://github.com/expressots/expressots-cli/commit/674f7dfe69d867cbb4f86dbd1e25a0c8a246ec7e)) +* add process to install database driver when opt-in ([80e848e](https://github.com/expressots/expressots-cli/commit/80e848e17f838f20500ab211d8e68f871d4462cd)) +* add process to install database driver when opt-in ([ebe6fed](https://github.com/expressots/expressots-cli/commit/ebe6fed0b7dbff2297eee5087e144b4f31152c59)) +* add script pck.json codegen ([7ffd673](https://github.com/expressots/expressots-cli/commit/7ffd673407be59c5e824a0c5df3c1a9adb15940e)) +* change base repository and interface to fix DI and typescript errors ([96fb098](https://github.com/expressots/expressots-cli/commit/96fb098640c0ce0290462359489256b04cab3341)) +* change base repository and interface to fix DI and typescript errors ([475e6b2](https://github.com/expressots/expressots-cli/commit/475e6b20e5e762fbead4c83bc14f628dea3c1129)) + + +### Bug Fixes + +* add new text for CLI add command ([83eef1c](https://github.com/expressots/expressots-cli/commit/83eef1ccf93f8a09280a2dd6711fc00145d136bf)) +* add new text for CLI add command ([68e7b1b](https://github.com/expressots/expressots-cli/commit/68e7b1b25b0158e5abfc8d2be23e28bce8dc7572)) +* add prisma provider download cmd ([0093412](https://github.com/expressots/expressots-cli/commit/0093412f9b2d746c7e5e2779cbd222bf694cd10c)) +* add prisma question to override install ([54933ca](https://github.com/expressots/expressots-cli/commit/54933caf5b9774ed7c5409506cebdd087922c820)) +* base repository template prisma dependency ([8943e6a](https://github.com/expressots/expressots-cli/commit/8943e6a9b4d4af8098907c69272b7404fadf315d)) +* CLI documentation link ([62f403b](https://github.com/expressots/expressots-cli/commit/62f403b493b7a101151978082e913237e07c89ed)) +* copy prisma base repository templates ([9277285](https://github.com/expressots/expressots-cli/commit/927728535835a3f380310f97f042384d80027ce4)) +* linter fix ([5cf14fa](https://github.com/expressots/expressots-cli/commit/5cf14fa1f3a36670fc25fcf26db0fe9ffcc91682)) +* replace providers object when it already exists in expressots config file ([eea0c6f](https://github.com/expressots/expressots-cli/commit/eea0c6fe7738dd6e6d767214bfbd570b2ff6129f)) +* replace providers object when it already exists in expressots config file ([2e3b425](https://github.com/expressots/expressots-cli/commit/2e3b425409190680722fb32f6717731e4edf0752)) +* using yarn and pnpm to install dependencies ([08cc02d](https://github.com/expressots/expressots-cli/commit/08cc02d11a3704b74d8530bdbd6bb2f74813f01c)) +* using yarn and pnpm to install dependencies ([ccff34d](https://github.com/expressots/expressots-cli/commit/ccff34d3f7d33a903c41aadc586e7de025b3e942)) + ## [1.4.0](https://github.com/expressots/expressots-cli/compare/1.3.4...1.4.0) (2023-09-27) diff --git a/package.json b/package.json index c723fbf..867f54a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.4.0", + "version": "1.5.0", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",