@ocavue/tsconfig 0.1.0 → 0.1.2

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.
@@ -25,9 +25,6 @@ jobs:
25
25
 
26
26
  - uses: ./.github/actions/setup
27
27
 
28
- - name: Build
29
- run: pnpm run build
30
-
31
28
  - name: Publish to NPM
32
29
  run: pnpm publish
33
30
  env:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/ocavue/tsconfig/compare/v0.1.1...v0.1.2) (2024-12-28)
4
+
5
+
6
+ ### Continuous Integration
7
+
8
+ * remove build step ([725d4f5](https://github.com/ocavue/tsconfig/commit/725d4f51346b40c6573f8e0de927eaf8d3a0ed91))
9
+
10
+ ## [0.1.1](https://github.com/ocavue/tsconfig/compare/v0.1.0...v0.1.1) (2024-12-28)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * trigger release ([842d880](https://github.com/ocavue/tsconfig/commit/842d8804e79161daf3360452cead8bfcbe5b81e9))
16
+
3
17
  ## 0.1.0 (2024-12-28)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocavue/tsconfig",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "description": "A collection of reusable TypeScript configurations",
6
6
  "author": "ocavue <ocavue@gmail.com>",
7
7
  "license": "MIT",