-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
## 3.0.0 - 12 Dec 2022 | ||
|
||
- ci: | ||
- adds automatic release based on changelog | ||
- removes node 10 and 12 support | ||
- adds node 16 and 18 to workflow | ||
- deps: | ||
- [email protected] | ||
|
||
## 2.5.1 - 15 Mar 2022 | ||
|
||
- fixes shrinkwrap | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name" : "ziffer", | ||
"version" : "2.5.1", | ||
"version" : "3.0.0", | ||
"description" : "NodeJS simple number formatter", | ||
"main" : "index.js", | ||
"author" : "Diogo Resende <[email protected]>", | ||
|