nightingale-markdown-formatter 17.0.1 → 18.1.0

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ ## [18.1.0](https://github.com/christophehurpeau/nightingale/compare/v18.0.0...v18.1.0) (2025-11-18)
7
+
8
+ Version bump for dependency: nightingale
9
+
10
+
11
+ ## [18.0.0](https://github.com/christophehurpeau/nightingale/compare/v17.0.1...v18.0.0) (2025-11-15)
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * drop node 20
16
+
17
+ ### Features
18
+
19
+ * update dependencies
20
+
21
+ Version bump for dependency: nightingale
22
+
23
+
6
24
  ## [17.0.1](https://github.com/christophehurpeau/nightingale/compare/v17.0.0...v17.0.1) (2025-10-22)
7
25
 
8
26
  Version bump for dependency: nightingale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-markdown-formatter",
3
- "version": "17.0.1",
3
+ "version": "18.1.0",
4
4
  "description": "Deprecated: use MarkdownFormatter from nightingale",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -16,7 +16,7 @@
16
16
  "homepage": "https://github.com/christophehurpeau/nightingale",
17
17
  "type": "module",
18
18
  "engines": {
19
- "node": ">=20.11.0"
19
+ "node": ">=22.18.0"
20
20
  },
21
21
  "sideEffects": false,
22
22
  "main": "./lib/index.js",
@@ -41,6 +41,6 @@
41
41
  "pob": {},
42
42
  "prettier": "@pob/root/prettier-config",
43
43
  "dependencies": {
44
- "nightingale": "17.0.1"
44
+ "nightingale": "18.1.0"
45
45
  }
46
46
  }