better-dx 0.2.13 → 0.2.15

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 +42 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,45 @@
1
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.14...v0.2.15)
2
+
3
+ ### 🧹 Chores
4
+
5
+ - release v0.2.15 ([f9cedcc](https://github.com/stacksjs/better-dx/commit/f9cedcc)) _(by Chris <chrisbreuer93@gmail.com>)_
6
+ - **better-dx**: update dtsx tooling ([6176213](https://github.com/stacksjs/better-dx/commit/6176213)) _(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.14...HEAD)
13
+
14
+ ### 🧹 Chores
15
+
16
+ - **better-dx**: update dtsx tooling ([6176213](https://github.com/stacksjs/better-dx/commit/6176213)) _(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.13...v0.2.14)
23
+
24
+ ### 🧹 Chores
25
+
26
+ - release v0.2.14 ([fc94e2f](https://github.com/stacksjs/better-dx/commit/fc94e2f)) _(by Chris <chrisbreuer93@gmail.com>)_
27
+ - **better-dx**: update git hooks tooling ([4e5c3fa](https://github.com/stacksjs/better-dx/commit/4e5c3fa)) _(by Chris <chrisbreuer93@gmail.com>)_
28
+
29
+ ### Contributors
30
+
31
+ - _Chris <chrisbreuer93@gmail.com>_
32
+
33
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.13...HEAD)
34
+
35
+ ### 🧹 Chores
36
+
37
+ - **better-dx**: update git hooks tooling ([4e5c3fa](https://github.com/stacksjs/better-dx/commit/4e5c3fa)) _(by Chris <chrisbreuer93@gmail.com>)_
38
+
39
+ ### Contributors
40
+
41
+ - _Chris <chrisbreuer93@gmail.com>_
42
+
1
43
  [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...v0.2.13)
2
44
 
3
45
  ### 🧹 Chores
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "better-dx",
3
3
  "type": "module",
4
- "version": "0.2.13",
4
+ "version": "0.2.15",
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.24",
80
+ "bun-git-hooks": "^0.3.2",
81
+ "bun-plugin-dtsx": "^0.9.25",
82
82
  "bunfig": "^0.15.11",
83
83
  "pickier": "^0.1.28",
84
84
  "ts-error-handling": "^0.1.1",