@markuplint-dev/tsconfig 1.0.0 → 1.0.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 +9 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,9 +3,16 @@
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
- # 1.0.0 (2024-06-09)
6
+ ## [1.0.1](https://github.com/markuplint/markuplint/compare/@markuplint-dev/tsconfig@1.0.0...@markuplint-dev/tsconfig@1.0.1) (2024-06-25)
7
+
8
+ **Note:** Version bump only for package @markuplint-dev/tsconfig
9
+
10
+
7
11
 
8
12
 
13
+
14
+ # 1.0.0 (2024-06-09)
15
+
9
16
  ### Features
10
17
 
11
- * **tsconfig:** moved TypeScript configuration to `@markuplint-dev/tsconfig` ([4788294](https://github.com/markuplint/markuplint/commit/4788294cce1e864798925ce307b222d46be177e2))
18
+ - **tsconfig:** moved TypeScript configuration to `@markuplint-dev/tsconfig` ([4788294](https://github.com/markuplint/markuplint/commit/4788294cce1e864798925ce307b222d46be177e2))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint-dev/tsconfig",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript configuration for Markuplint projects",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -10,5 +10,5 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "gitHead": "0200dc1f7b1ffa7455b889696153e25dbae8241f"
13
+ "gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
14
14
  }