@foray1010/remark-preset 7.0.4 → 8.0.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 +10 -0
  2. package/package.json +3 -3
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
+ ## [8.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/remark-preset@7.0.4...@foray1010/remark-preset@8.0.0) (2022-11-07)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - drop nodejs 14.17 and 18.11
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ - drop nodejs 14.17 and 18.11 ([8e5c967](https://github.com/foray1010/common-presets/commit/8e5c9677b89d38c88de465f069bb5de683a8a40b))
15
+
6
16
  ## [7.0.4](https://github.com/foray1010/common-presets/compare/@foray1010/remark-preset@7.0.3...@foray1010/remark-preset@7.0.4) (2022-09-28)
7
17
 
8
18
  **Note:** Version bump only for package @foray1010/remark-preset
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/remark-preset",
4
- "version": "7.0.4",
4
+ "version": "8.0.0",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/remark-preset#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -32,10 +32,10 @@
32
32
  "remark-cli": ">=11.0.0"
33
33
  },
34
34
  "engines": {
35
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
35
+ "node": "^14.18.0 || ^16.13.0 || >=18.12.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "32f909d569229f0358d66f7c8295a1d15e5c3de3"
40
+ "gitHead": "4acba77dace91746ac98872f4b8f62b410de82f5"
41
41
  }