@markuplint/i18n 4.5.3 → 4.5.5

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 +9 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,24 +3,27 @@
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)
7
-
8
-
9
- ### Bug Fixes
6
+ ## [4.5.5](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.4...@markuplint/i18n@4.5.5) (2024-10-15)
10
7
 
11
- * **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
8
+ **Note:** Version bump only for package @markuplint/i18n
12
9
 
13
10
 
14
11
 
15
12
 
16
13
 
17
- ## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02)
14
+ ## [4.5.4](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.3...@markuplint/i18n@4.5.4) (2024-10-14)
18
15
 
19
16
  **Note:** Version bump only for package @markuplint/i18n
20
17
 
18
+ ## [4.5.3](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.2...@markuplint/i18n@4.5.3) (2024-09-23)
21
19
 
20
+ ### Bug Fixes
22
21
 
22
+ - **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
23
23
 
24
+ ## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02)
25
+
26
+ **Note:** Version bump only for package @markuplint/i18n
24
27
 
25
28
  ## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25)
26
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/i18n",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
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": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
41
41
  }