Skip to content

Commit 02c2b52

Browse files
authored
Merge pull request #3 from gulalicelik/V1.0.10
Edit cli file and remove CHANGELOG.md file in version 1.0.10
2 parents b3e40d7 + b3d9ad1 commit 02c2b52

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.10](https://github.com/gulalicelik/nodejs-express-sequelize-mysql-api-boilerplate/compare/V1.0.9...V1.0.10) (2023-03-30)
6+
7+
### Features
8+
9+
- edit cli file
10+
511
## [1.0.9](https://github.com/gulalicelik/nodejs-express-sequelize-mysql-api-boilerplate/compare/main...V1.0.9) (2023-03-30)
612

713
### Features

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function setup() {
7373
// Remove extra files
7474
fs.unlinkSync(path.join(appPath, 'bin', 'cli.js'));
7575
fs.rmdirSync(path.join(appPath, 'bin'));
76+
fs.unlinkSync(path.join(appPath, 'CHANGELOG.md'));
7677

7778

7879
console.log('Installation is now complete!');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Nodejs Express Sequelize Mysql API Boilerplate with JWT, Swagger, Winston, PM2",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)