From fdc553433604f6bec67909c41d1ba552ca7fd524 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 13 Nov 2023 11:29:40 -0800 Subject: [PATCH] bump package version to 3.0.0 --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b58fa..64a8753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ Releases and notable changes to this project are documented here. -## [v3.0.0] - TBD +## [v3.0.0] - 2023-11-14 ### Changed - BREAKING CHANGE: JSON replacer functions now follow standard JSON.stringify replacer signature, rather than custom. +- Circular references in data are noted, instead of failing. ## [v2.0.1] - 2023-05-29 diff --git a/package-lock.json b/package-lock.json index bbc767d..fa4376f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/logger-json-console", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/logger-json-console", - "version": "2.0.1", + "version": "3.0.0", "license": "ISC", "devDependencies": { "eslint": "^8.53.0", diff --git a/package.json b/package.json index 1fb6f65..8f94e9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/logger-json-console", - "version": "2.0.1", + "version": "3.0.0", "engines": { "node": ">=17" }, -- 2.43.2