nightingale 14.2.0 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)
7
+
8
+ Note: no notable changes
9
+
10
+ Version bump for dependency: nightingale-levels
11
+ Version bump for dependency: nightingale-logger
12
+ Version bump for dependency: nightingale-types
13
+ Version bump for dependency: nightingale-string
14
+
15
+
6
16
  ## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
4
4
  "description": "Logger for browser and node",
5
5
  "keywords": [
6
6
  "logger"
@@ -81,15 +81,15 @@
81
81
  },
82
82
  "dependencies": {
83
83
  "@types/node": ">=18.0.0",
84
- "nightingale-levels": "14.2.0",
85
- "nightingale-logger": "14.2.0",
86
- "nightingale-types": "14.2.0"
84
+ "nightingale-levels": "14.2.1",
85
+ "nightingale-logger": "14.2.1",
86
+ "nightingale-types": "14.2.1"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@babel/core": "7.23.2",
90
90
  "@babel/preset-env": "7.23.2",
91
- "nightingale-string": "14.2.0",
92
- "pob-babel": "36.4.4",
91
+ "nightingale-string": "14.2.1",
92
+ "pob-babel": "36.6.1",
93
93
  "typescript": "5.2.2"
94
94
  }
95
95
  }