better-dx 0.2.13 → 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.
- package/CHANGELOG.md +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
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
|
+
|
|
1
22
|
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...v0.2.13)
|
|
2
23
|
|
|
3
24
|
### 🧹 Chores
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "better-dx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
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,7 +77,7 @@
|
|
|
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.
|
|
80
|
+
"bun-git-hooks": "^0.3.2",
|
|
81
81
|
"bun-plugin-dtsx": "^0.9.24",
|
|
82
82
|
"bunfig": "^0.15.11",
|
|
83
83
|
"pickier": "^0.1.28",
|