Skip to content

Commit

Permalink
feat: clean code use-case release
Browse files Browse the repository at this point in the history
  • Loading branch information
saloni-dhiwise committed Feb 2, 2022
1 parent f38092d commit 61dd168
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)


### Bug Fixes

* **bug fixes and code enhancement:** fixed some issues ([501675e](https://github.com/DhiWise/nodejs-code-generator/commit/501675e7f528d79a5cb4e84c5d24a4562e74fe2d))


### Features

* **custom routes in clean-code architecture with use case:** custom routes with query builder added ([f38092d](https://github.com/DhiWise/nodejs-code-generator/commit/f38092d1790f21a562403a6c1638245c846665ee))
* **use-case added in clean code architecture:** a service layer in clean code architecture ([e7cbfc4](https://github.com/DhiWise/nodejs-code-generator/commit/e7cbfc4f15956d7b2343eb6275fcea6beaf0fa40))





# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "npm",
"version": "1.1.0",
"version": "1.2.0",
"lerna": "4.0.0",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)

**Note:** Version bump only for package @nodejs-code-generator/client





# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodejs-code-generator/client",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"dependencies": {
"@babel/parser": "^7.15.8",
Expand Down
17 changes: 17 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)


### Bug Fixes

* **bug fixes and code enhancement:** fixed some issues ([501675e](https://github.com/DhiWise/nodejs-code-generator/commit/501675e7f528d79a5cb4e84c5d24a4562e74fe2d))


### Features

* **custom routes in clean-code architecture with use case:** custom routes with query builder added ([f38092d](https://github.com/DhiWise/nodejs-code-generator/commit/f38092d1790f21a562403a6c1638245c846665ee))
* **use-case added in clean code architecture:** a service layer in clean code architecture ([e7cbfc4](https://github.com/DhiWise/nodejs-code-generator/commit/e7cbfc4f15956d7b2343eb6275fcea6beaf0fa40))





# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nodejs-code-generator/server",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "handler.js",
"scripts": {
Expand Down

0 comments on commit 61dd168

Please sign in to comment.