bump package version to 3.0.0 v3.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 13 Nov 2023 19:29:40 +0000 (11:29 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 14 Nov 2023 23:46:45 +0000 (15:46 -0800)
CHANGELOG.md
package-lock.json
package.json

index 20b58fa6d04cbd06b109779d10b390143a2338eb..64a87533747936908dcbdb476bc9bdec113caaec 100644 (file)
@@ -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
 
index bbc767d03b25ddde4a56d4ad75eee648b4e8c4c7..fa4376fd68e827185780257136099896cc21bffe 100644 (file)
@@ -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",
index 1fb6f65a0f6013c4d977e3b98ef57964066677f7..8f94e9f6c0c4360876d4e498471fcca6c857aa3c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/logger-json-console",
-  "version": "2.0.1",
+  "version": "3.0.0",
   "engines": {
     "node": ">=17"
   },