Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Oct 21, 2023
1 parent a9dcd64 commit f27aee8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f27aee8

Please sign in to comment.