@markuplint/ml-spec 4.7.2 → 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 +7 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,13 +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.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.1...@markuplint/ml-spec@4.7.2) (2024-10-15)
6
+ ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.8.0...@markuplint/ml-spec@4.8.1) (2024-10-28)
7
7
 
8
8
  **Note:** Version bump only for package @markuplint/ml-spec
9
9
 
10
+ # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.2...@markuplint/ml-spec@4.8.0) (2024-10-27)
10
11
 
12
+ ### Features
11
13
 
14
+ - **html-spec:** add the `autocorrect` global attribute ([8035fbd](https://github.com/markuplint/markuplint/commit/8035fbd183c3eb1ab722eb7093a8e5916cf4ba25))
12
15
 
16
+ ## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.1...@markuplint/ml-spec@4.7.2) (2024-10-15)
17
+
18
+ **Note:** Version bump only for package @markuplint/ml-spec
13
19
 
14
20
  ## [4.7.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.0...@markuplint/ml-spec@4.7.1) (2024-10-14)
15
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.7.2",
3
+ "version": "4.8.1",
4
4
  "description": "Types and schema that specs of the Markup languages for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -32,15 +32,15 @@
32
32
  "schema:prettier": "prettier --write \"./schemas/*.json\" \"./src/types/*.ts\" --log-level warn"
33
33
  },
34
34
  "dependencies": {
35
- "@markuplint/ml-ast": "4.4.6",
36
- "@markuplint/types": "4.6.2",
35
+ "@markuplint/ml-ast": "4.4.8",
36
+ "@markuplint/types": "4.6.4",
37
37
  "dom-accessibility-api": "0.7.0",
38
38
  "is-plain-object": "5.0.0",
39
39
  "type-fest": "4.26.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@markuplint/test-tools": "4.5.9",
42
+ "@markuplint/test-tools": "4.5.11",
43
43
  "json-schema-to-typescript": "15.0.2"
44
44
  },
45
- "gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
45
+ "gitHead": "60a8a7149bd4441e89972ca21b90033afb05b89e"
46
46
  }