Skip to content

Commit eb45510

Browse files
committed
remove github actions workflow
1 parent 1342f0c commit eb45510

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 1.0.7- 22th, Dec, 2020
5+
### Fixed
6+
- Remove github actions
7+
48
## 1.0.6- 22th, Dec, 2020
59
### Fixed
610
- Added `seeders-path` to baseOption in `/src/core/yargs.js`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongoosejs-cli",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A command line interface (CLI) for Mongoose to generate models and migrations ith ease.",
55
"bin": {
66
"mongoose": "./lib/mongoose"

0 commit comments

Comments
 (0)