Skip to content

Commit

Permalink
second phase finished
Browse files Browse the repository at this point in the history
customization, tests, code coverage and CI are correctly implemented
  • Loading branch information
erincones committed Oct 24, 2022
1 parent f90e4d6 commit 7ca28c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.0

## Feature

- Second phase finished. Customization, tests, code coverage and CI are correctly implemented.

## Fixed

- Remove paragraph about tests revision in [`README.md`](https://github.com/erincones/cowsayjs/blob/v2.0.0/README.md).


# v1.2.3

## Fixed
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ zero dependencies and well documented with JSDoc and TypeScript declaration
files to use in modern develop environments. Also, custom cows and modes
management feature has been implemented.

Full coverage tests under revision, comparing the outpus with the
original cowsay commands to ensure the maximum fidelity.


## Online example

Expand Down Expand Up @@ -80,7 +77,7 @@ commands, once installed, run `cowsayjs -h`, `cowthinkjs -h` or `moojs -h` to
print the help.

```Text
moojs, cowsayjs, cowthinkjs v1.2.3
moojs, cowsayjs, cowthinkjs v2.0.0
Copyright (c) 2022 Erick Rincones
Licensed under the MIT License
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cowsayjs",
"version": "1.2.3",
"version": "2.0.0",
"description": "A nodejs clone of the classic cowsay and cowthink cli commands",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 7ca28c4

Please sign in to comment.