Skip to content

Commit

Permalink
changelogs updated and npm pkg fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
OurCodeBase committed Sep 21, 2024
1 parent 51733af commit 1683d35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelogs
You can check most latest changlogs at [commits](https://github.com/OurCodeBase/gen3-express/commits/main/) or [versions](https://github.com/OurCodeBase/gen3-express/releases) sections in github.

## Changelogs 1.1.1
generator published at npmjs.
- docs updated
- package updated
- npm ignore file updated

## Changelogs 1.1.0
tui has been implemented to gen3-express.
- used signale to implement tui.
- changes many things in gen3-express file.

## Changelogs 1.0.1
- nets module has been shifted from `/nets.js` to the utils folder `/utils/nets.js`.
- docs have also been updated.
- docs have also been updated.
9 changes: 5 additions & 4 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Gen3 Express
A gen3 tool to generate express app boilerplate.

## Changelogs 1.1.0
tui has been implemented to gen3-express.
- used signale to implement tui.
- changes many things in gen3-express file.
## Changelogs 1.1.1
generator published at npmjs.
- docs updated
- package updated
- npm ignore file updated

## Acknowledgements
You need to know atleast basics about these things.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.1",
"description": "A gen3 tool to generate express app boilerplate.",
"bin": {
"gen3-express": "./bin/gen3-express.js"
"gen3-express": "bin/gen3-express.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1683d35

Please sign in to comment.