@markuplint/ml-spec 4.10.0 → 4.10.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 +4 -4
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.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.9.7...@markuplint/ml-spec@4.10.0) (2025-08-24)
6
+ ## [4.10.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.10.0...@markuplint/ml-spec@4.10.1) (2025-11-05)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/ml-spec
8
9
 
9
- ### Features
10
10
 
11
- * **types:** add link type definitions for specific HTML elements ([7199a8e](https://github.com/markuplint/markuplint/commit/7199a8eb4eaf334855ba78064c4340e040d8614c))
12
11
 
13
12
 
14
13
 
14
+ # [4.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.9.7...@markuplint/ml-spec@4.10.0) (2025-08-24)
15
+
16
+ ### Features
15
17
 
18
+ - **types:** add link type definitions for specific HTML elements ([7199a8e](https://github.com/markuplint/markuplint/commit/7199a8eb4eaf334855ba78064c4340e040d8614c))
16
19
 
17
20
  ## [4.9.7](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.9.6...@markuplint/ml-spec@4.9.7) (2025-08-13)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.10.0",
3
+ "version": "4.10.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,14 +32,14 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@markuplint/ml-ast": "4.4.10",
35
- "@markuplint/types": "4.8.0",
35
+ "@markuplint/types": "4.8.1",
36
36
  "dom-accessibility-api": "0.7.0",
37
37
  "is-plain-object": "5.0.0",
38
38
  "type-fest": "4.41.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@markuplint/test-tools": "4.5.21",
41
+ "@markuplint/test-tools": "4.5.22",
42
42
  "json-schema-to-typescript": "15.0.4"
43
43
  },
44
- "gitHead": "ae97eb2d31ecedf4f0800fbbf18588aad4ebca04"
44
+ "gitHead": "6213ea30269ef404f030e67bbcc7fc7443ec1060"
45
45
  }