ac-custom-error 0.2.0 → 0.2.1
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 +10 -0
- package/index.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
<a name="0.2.1"></a>
|
|
2
|
+
|
|
3
|
+
## [0.2.1](https://github.com/admiralcloud/ac-custom-error/compare/v0.2.0..v0.2.1) (2023-03-12 11:50:21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** Log to stack to console if options.stack is true | MP | [a14bba75b73a1759a72d248f145f2f3187762292](https://github.com/admiralcloud/ac-custom-error/commit/a14bba75b73a1759a72d248f145f2f3187762292)
|
|
9
|
+
Log to stack to console if options.stack is true
|
|
10
|
+
Related issues: [undefined/undefined#master](undefined/browse/master)
|
|
1
11
|
<a name="0.2.0"></a>
|
|
2
12
|
|
|
3
13
|
# [0.2.0](https://github.com/admiralcloud/ac-custom-error/compare/v0.1.0..v0.2.0) (2023-03-12 11:47:33)
|
package/index.js
CHANGED
package/package.json
CHANGED