@markuplint/ml-config 4.8.0 → 4.8.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 +6 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
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
- # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.4...@markuplint/ml-config@4.8.0) (2024-10-14)
6
+ ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.8.0...@markuplint/ml-config@4.8.1) (2024-10-15)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/ml-config
8
9
 
9
- ### Features
10
10
 
11
- * **ml-config:** add `severity` option includes `parseError` prop ([8970fb8](https://github.com/markuplint/markuplint/commit/8970fb85aebb0491261c931b66bddc8f3e76cc0f))
12
11
 
13
12
 
14
13
 
14
+ # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.4...@markuplint/ml-config@4.8.0) (2024-10-14)
15
+
16
+ ### Features
15
17
 
18
+ - **ml-config:** add `severity` option includes `parseError` prop ([8970fb8](https://github.com/markuplint/markuplint/commit/8970fb85aebb0491261c931b66bddc8f3e76cc0f))
16
19
 
17
20
  ## [4.7.4](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.3...@markuplint/ml-config@4.7.4) (2024-09-23)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-config",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "JSON Schema and TypeScript types of markuplint configure JSON",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -24,14 +24,14 @@
24
24
  "clean": "tsc --build --clean"
25
25
  },
26
26
  "dependencies": {
27
- "@markuplint/ml-ast": "4.4.5",
28
- "@markuplint/selector": "4.6.8",
29
- "@markuplint/shared": "4.4.6",
27
+ "@markuplint/ml-ast": "4.4.6",
28
+ "@markuplint/selector": "4.6.9",
29
+ "@markuplint/shared": "4.4.7",
30
30
  "@types/mustache": "4.2.5",
31
31
  "deepmerge": "4.3.1",
32
32
  "is-plain-object": "5.0.0",
33
33
  "mustache": "4.2.0",
34
34
  "type-fest": "4.26.1"
35
35
  },
36
- "gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa"
36
+ "gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
37
37
  }