nightingale-html-formatter 12.0.0 → 12.0.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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [12.0.1](https://github.com/christophehurpeau/nightingale/compare/v12.0.0...v12.0.1) (2021-12-12)
7
+
8
+ **Note:** Version bump only for package nightingale-html-formatter
9
+
10
+
11
+
12
+
13
+
6
14
  # [12.0.0](https://github.com/christophehurpeau/nightingale/compare/v11.9.0...v12.0.0) (2021-12-11)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-html-formatter",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Nightingale HTML formatter",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -91,16 +91,16 @@
91
91
  ]
92
92
  },
93
93
  "dependencies": {
94
- "nightingale-formatter": "^12.0.0",
95
- "nightingale-types": "^12.0.0"
94
+ "nightingale-formatter": "12.0.1",
95
+ "nightingale-types": "12.0.1"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@babel/core": "7.16.0",
99
99
  "@babel/preset-env": "7.16.4",
100
100
  "babel-preset-modern-browsers": "15.0.2",
101
- "nightingale-levels": "^12.0.0",
102
- "pob-babel": "29.3.0",
101
+ "nightingale-levels": "12.0.1",
102
+ "pob-babel": "29.4.2",
103
103
  "typescript": "4.5.3"
104
104
  },
105
- "gitHead": "682f57fa30eaca9732681d16008abb2680b24174"
105
+ "gitHead": "bb3da283ed9e19d2c1dcdb5e130c86b4835d8500"
106
106
  }