From 2ad5222089ecdeb1f5451de95bc2a658083f1940 Mon Sep 17 00:00:00 2001 From: Fadoli Date: Wed, 11 Dec 2024 00:02:32 +0100 Subject: [PATCH] prepare 2.0.0 --- CHANGELOG.md | 7 ++++--- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73c16a..bac82ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 47beebf..0e46107 100644 --- a/README.md +++ b/README.md @@ -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 : diff --git a/package-lock.json b/package-lock.json index 6604903..07ba54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fadoli/node-fast-running-stats", - "version": "1.0.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fadoli/node-fast-running-stats", - "version": "1.0.4", + "version": "2.0.0", "license": "MIT", "engines": { "bun": ">=1.1.38", diff --git a/package.json b/package.json index 0e68aa4..aa4273b 100644 --- a/package.json +++ b/package.json @@ -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": [