Skip to content

Commit

Permalink
prepare 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadoli committed Dec 10, 2024
1 parent eb3b8b1 commit 2ad5222
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.0.0] 2024-12-11

### Changed

* [dev] Drop c8 / pta / zora for tests, instead rely on built-in nodejs/bun test library, this has no dev dependency anymore.
* [jsdoc] improve jsdoc to contains output type definition.
* [BREAKING] Drop node 14 and 16 support (should not actually break anything).
* [Deps] Drop c8 / pta / zora for tests, instead rely on built-in nodejs/bun test library, this has no dev dependency anymore.
* [Documentation] improve jsdoc to contains output type definition.

## [1.0.4] 2022-02-01

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a JavaScript/Node.js library for computing running (or rolling) statisti

Any up to date nodejs compatible runtime should properly work. (bun / nodejs).

For testing, node 18.17.0 or more recent is required, or an up to date bun runtime.
Node 18.17.0 or more recent is required (specially for tests), or an up to date bun runtime.

Can be found on :

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": "@fadoli/node-fast-running-stats",
"version": "1.0.4",
"version": "2.0.0",
"description": "library for computing running (or rolling) statistics for one set of values.",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit 2ad5222

Please sign in to comment.