better-dx 0.2.12 โ†’ 0.2.13

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 +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...v0.2.13)
2
+
3
+ ### ๐Ÿงน Chores
4
+
5
+ - release v0.2.13 ([fc095e0](https://github.com/stacksjs/better-dx/commit/fc095e0)) _(by Chris <chrisbreuer93@gmail.com>)_
6
+ - **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
7
+ - 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>)_
8
+
9
+ ### Contributors
10
+
11
+ - _Chris <chrisbreuer93@gmail.com>_
12
+ - _glennmichael123 <gtorregosa@gmail.com>_
13
+
14
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...HEAD)
15
+
16
+ ### ๐Ÿงน Chores
17
+
18
+ - **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
19
+ - 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>)_
20
+
21
+ ### Contributors
22
+
23
+ - _Chris <chrisbreuer93@gmail.com>_
24
+ - _glennmichael123 <gtorregosa@gmail.com>_
25
+
1
26
  [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.11...v0.2.12)
2
27
 
3
28
  ### ๐Ÿ› 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.13",
5
5
  "description": "All the development dependencies you need.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -78,7 +78,7 @@
78
78
  "@types/bun": "^1.3.13",
79
79
  "buddy-bot": "^0.9.17",
80
80
  "bun-git-hooks": "^0.3.1",
81
- "bun-plugin-dtsx": "^0.9.14",
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",