bump package version to 2.0.1 v2.0.1
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 29 May 2023 18:09:52 +0000 (11:09 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 29 May 2023 18:09:52 +0000 (11:09 -0700)
CHANGELOG.md
package-lock.json
package.json

index 238bdd54594a8fa57002d77d5993f9dd4076ad2d..cd98ccffe649d1752238b6c24d57420770316b80 100644 (file)
@@ -2,9 +2,13 @@
 
 Releases and notable changes to this project are documented here.
 
-## [Unreleased]
+## [v2.0.1] - 2023-05-29
 
-## [v2.0.0] - TBD
+### Changed
+
+- Updated documentation and example data sanitizer.
+
+## [v2.0.0] - 2023-05-26
 
 ### Changed
 
@@ -35,7 +39,9 @@ Releases and notable changes to this project are documented here.
 
 ---
 
-[Unreleased]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=HEAD;hp=v1.0.2
+[Unreleased]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=HEAD;hp=v2.0.1
+[v2.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.1;hp=v2.0.0
+[v2.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.0;hp=v1.0.2
 [v1.0.2]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.2;hp=v1.0.1
 [v1.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.1;hp=v1.0.0
 [v1.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.0;hp=v0.0.0
index 51169e08cd33d30bd16e2ad8c19819e35d28a662..b2302e108d5764ba0a33b410f05e2feef7f57170 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/logger-json-console",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/logger-json-console",
-      "version": "2.0.0",
+      "version": "2.0.1",
       "license": "ISC",
       "devDependencies": {
         "eslint": "^8.41.0",
index 05b6981820e286986465abf81eefa20da1388de0..d0f0406d3086a4a209c3c4375768f5c751427ee3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/logger-json-console",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "engines": {
     "node": ">=14"
   },