@markuplint/i18n 4.5.3 → 4.5.4

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 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,25 +3,24 @@
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.5.3](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.2...@markuplint/i18n@4.5.3) (2024-09-23)
6
+ ## [4.5.4](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.3...@markuplint/i18n@4.5.4) (2024-10-14)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/i18n
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
12
11
 
13
12
 
14
13
 
14
+ ## [4.5.3](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.2...@markuplint/i18n@4.5.3) (2024-09-23)
15
+
16
+ ### Bug Fixes
15
17
 
18
+ - **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
16
19
 
17
20
  ## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02)
18
21
 
19
22
  **Note:** Version bump only for package @markuplint/i18n
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25)
26
25
 
27
26
  **Note:** Version bump only for package @markuplint/i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/i18n",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "Internationalization for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -37,5 +37,5 @@
37
37
  "build:cjs": "tsc --module commonjs --outDir cjs",
38
38
  "clean": "tsc --build --clean"
39
39
  },
40
- "gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485"
40
+ "gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa"
41
41
  }