From: Justin Wind Date: Mon, 13 Nov 2023 19:29:40 +0000 (-0800) Subject: bump package version to 3.0.0 X-Git-Tag: v3.0.0 X-Git-Url: http://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff_plain;h=fdc553433604f6bec67909c41d1ba552ca7fd524 bump package version to 3.0.0 --- 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" },