better-dx 0.2.12 → 0.2.14

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 +46 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.13...v0.2.14)
2
+
3
+ ### 🧹 Chores
4
+
5
+ - release v0.2.14 ([fc94e2f](https://github.com/stacksjs/better-dx/commit/fc94e2f)) _(by Chris <chrisbreuer93@gmail.com>)_
6
+ - **better-dx**: update git hooks tooling ([4e5c3fa](https://github.com/stacksjs/better-dx/commit/4e5c3fa)) _(by Chris <chrisbreuer93@gmail.com>)_
7
+
8
+ ### Contributors
9
+
10
+ - _Chris <chrisbreuer93@gmail.com>_
11
+
12
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.13...HEAD)
13
+
14
+ ### 🧹 Chores
15
+
16
+ - **better-dx**: update git hooks tooling ([4e5c3fa](https://github.com/stacksjs/better-dx/commit/4e5c3fa)) _(by Chris <chrisbreuer93@gmail.com>)_
17
+
18
+ ### Contributors
19
+
20
+ - _Chris <chrisbreuer93@gmail.com>_
21
+
22
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...v0.2.13)
23
+
24
+ ### 🧹 Chores
25
+
26
+ - release v0.2.13 ([fc095e0](https://github.com/stacksjs/better-dx/commit/fc095e0)) _(by Chris <chrisbreuer93@gmail.com>)_
27
+ - **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
28
+ - refresh bun.lock to pick up bun-plugin-dtsx@0.9.18 ([3eed374](https://github.com/stacksjs/better-dx/commit/3eed374)) _(by glennmichael123 <gtorregosa@gmail.com>)_
29
+
30
+ ### Contributors
31
+
32
+ - _Chris <chrisbreuer93@gmail.com>_
33
+ - _glennmichael123 <gtorregosa@gmail.com>_
34
+
35
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...HEAD)
36
+
37
+ ### 🧹 Chores
38
+
39
+ - **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
40
+ - refresh bun.lock to pick up bun-plugin-dtsx@0.9.18 ([3eed374](https://github.com/stacksjs/better-dx/commit/3eed374)) _(by glennmichael123 <gtorregosa@gmail.com>)_
41
+
42
+ ### Contributors
43
+
44
+ - _Chris <chrisbreuer93@gmail.com>_
45
+ - _glennmichael123 <gtorregosa@gmail.com>_
46
+
1
47
  [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.11...v0.2.12)
2
48
 
3
49
  ### 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "better-dx",
3
3
  "type": "module",
4
- "version": "0.2.12",
4
+ "version": "0.2.14",
5
5
  "description": "All the development dependencies you need.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -77,8 +77,8 @@
77
77
  "@stacksjs/logsmith": "^0.2.1",
78
78
  "@types/bun": "^1.3.13",
79
79
  "buddy-bot": "^0.9.17",
80
- "bun-git-hooks": "^0.3.1",
81
- "bun-plugin-dtsx": "^0.9.14",
80
+ "bun-git-hooks": "^0.3.2",
81
+ "bun-plugin-dtsx": "^0.9.24",
82
82
  "bunfig": "^0.15.11",
83
83
  "pickier": "^0.1.28",
84
84
  "ts-error-handling": "^0.1.1",