@markuplint/spec-generator 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 +7 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,21 +3,23 @@
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/spec-generator@4.7.0...@markuplint/spec-generator@4.8.0) (2025-08-24)
6
+ ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.8.0...@markuplint/spec-generator@4.8.1) (2025-11-05)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/spec-generator
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **spec-generator:** remove debug log ([a00691b](https://github.com/markuplint/markuplint/commit/a00691bc9874ba6a8adb5bf6217e7d6c79959660))
12
11
 
13
12
 
14
- ### Features
15
13
 
16
- * **spec-generator:** update MDN scraping logic ([45889a9](https://github.com/markuplint/markuplint/commit/45889a9a308c48ccd43df6837463d0ecabd547a8))
14
+ # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.7.0...@markuplint/spec-generator@4.8.0) (2025-08-24)
17
15
 
16
+ ### Bug Fixes
18
17
 
18
+ - **spec-generator:** remove debug log ([a00691b](https://github.com/markuplint/markuplint/commit/a00691bc9874ba6a8adb5bf6217e7d6c79959660))
19
19
 
20
+ ### Features
20
21
 
22
+ - **spec-generator:** update MDN scraping logic ([45889a9](https://github.com/markuplint/markuplint/commit/45889a9a308c48ccd43df6837463d0ecabd547a8))
21
23
 
22
24
  # [4.7.0](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.19...@markuplint/spec-generator@4.7.0) (2025-08-13)
23
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/spec-generator",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "Generates @markuplint/html-spec",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -30,10 +30,10 @@
30
30
  "strip-json-comments": "5.0.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@markuplint/ml-spec": "4.10.0",
34
- "@markuplint/test-tools": "4.5.21",
33
+ "@markuplint/ml-spec": "4.10.1",
34
+ "@markuplint/test-tools": "4.5.22",
35
35
  "@types/cli-progress": "3.11.6",
36
36
  "type-fest": "4.41.0"
37
37
  },
38
- "gitHead": "ae97eb2d31ecedf4f0800fbbf18588aad4ebca04"
38
+ "gitHead": "6213ea30269ef404f030e67bbcc7fc7443ec1060"
39
39
  }