|
1 | | -## 4.1.2 - Tue Jul 19 2022 16:51:14 |
2 | | - |
3 | | -**Contributor:** rinsuki |
4 | | - |
5 | | -- Support TS 4.7+ node16/next module mode (#164) |
6 | | - |
7 | | -## 4.1.1 - Sun Apr 24 2022 00:00:52 |
8 | | - |
9 | | -**Contributor:** Theo Gravity |
10 | | - |
11 | | -- Have native sqlite errors contain stack traces (#162) |
12 | | - |
| 1 | +## 4.2.0 - Mon May 01 2023 10:52:06 |
| 2 | + |
| 3 | +**Contributor:** Andarist |
| 4 | + |
| 5 | +- move types condition to the front (#171) |
| 6 | + |
| 7 | +## 4.1.2 - Tue Jul 19 2022 16:51:14 |
| 8 | + |
| 9 | +**Contributor:** rinsuki |
| 10 | + |
| 11 | +- Support TS 4.7+ node16/next module mode (#164) |
| 12 | + |
| 13 | +## 4.1.1 - Sun Apr 24 2022 00:00:52 |
| 14 | + |
| 15 | +**Contributor:** Theo Gravity |
| 16 | + |
| 17 | +- Have native sqlite errors contain stack traces (#162) |
| 18 | + |
13 | 19 | This ensures that errors thrown from the sqlite driver now |
14 | 20 | have stack traces and are of an `Error` type. |
15 | 21 |
|
16 | 22 | Thanks to @fresheneesz for initial troubleshooting and initial |
17 | 23 | code to help fix the issue. |
18 | 24 |
|
19 | 25 | This is a minor level version update as to not break implementations |
20 | | -that may handle errors in their own way prior to this fix. |
21 | | - |
22 | | -## 4.0.25 - Mon Mar 07 2022 08:50:06 |
23 | | - |
24 | | -**Contributor:** Theo Gravity |
25 | | - |
26 | | -- Update packages, fix tests for latest jest (#159) |
27 | | - |
| 26 | +that may handle errors in their own way prior to this fix. |
| 27 | + |
| 28 | +## 4.0.25 - Mon Mar 07 2022 08:50:06 |
| 29 | + |
| 30 | +**Contributor:** Theo Gravity |
| 31 | + |
| 32 | +- Update packages, fix tests for latest jest (#159) |
| 33 | + |
28 | 34 | * Update packages, fix tests for latest jest |
29 | 35 |
|
30 | | -* Update node version on ci |
31 | | - |
32 | | -## 4.0.24 - Sun Mar 06 2022 20:12:24 |
33 | | - |
34 | | -**Contributor:** fresheneesz |
35 | | - |
36 | | -- Updating exec to support passed in parameters like the other functions do. (#155) |
37 | | - |
38 | | -## 4.0.23 - Mon May 24 2021 21:17:44 |
39 | | - |
40 | | -**Contributor:** dependabot[bot] |
41 | | - |
42 | | -- Bump browserslist from 4.16.3 to 4.16.6 (#145) |
43 | | - |
| 36 | +* Update node version on ci |
| 37 | + |
| 38 | +## 4.0.24 - Sun Mar 06 2022 20:12:24 |
| 39 | + |
| 40 | +**Contributor:** fresheneesz |
| 41 | + |
| 42 | +- Updating exec to support passed in parameters like the other functions do. (#155) |
| 43 | + |
| 44 | +## 4.0.23 - Mon May 24 2021 21:17:44 |
| 45 | + |
| 46 | +**Contributor:** dependabot[bot] |
| 47 | + |
| 48 | +- Bump browserslist from 4.16.3 to 4.16.6 (#145) |
| 49 | + |
44 | 50 | Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. |
45 | 51 | - [Release notes](https://github.com/browserslist/browserslist/releases) |
46 | 52 | - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) |
47 | 53 | - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) |
48 | 54 |
|
49 | 55 | Signed-off-by: dependabot[bot] <support@github.com> |
50 | 56 |
|
51 | | -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
52 | | - |
53 | | -## 4.0.22 - Sun May 09 2021 19:59:28 |
54 | | - |
55 | | -**Contributor:** dependabot[bot] |
56 | | - |
57 | | -- Bump handlebars from 4.7.6 to 4.7.7 (#141) |
58 | | - |
| 57 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 58 | + |
| 59 | +## 4.0.22 - Sun May 09 2021 19:59:28 |
| 60 | + |
| 61 | +**Contributor:** dependabot[bot] |
| 62 | + |
| 63 | +- Bump handlebars from 4.7.6 to 4.7.7 (#141) |
| 64 | + |
59 | 65 | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. |
60 | 66 | - [Release notes](https://github.com/wycats/handlebars.js/releases) |
61 | 67 | - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) |
62 | 68 | - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) |
63 | 69 |
|
64 | 70 | Signed-off-by: dependabot[bot] <support@github.com> |
65 | 71 |
|
66 | | -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
67 | | - |
68 | | -## 4.0.21 - Wed Mar 31 2021 21:22:42 |
69 | | - |
70 | | -**Contributor:** Theo Gravity |
71 | | - |
72 | | -- Update packages to latest |
73 | | - |
74 | | -## 4.0.20 - Wed Mar 31 2021 20:54:37 |
75 | | - |
76 | | -**Contributor:** dependabot[bot] |
77 | | - |
78 | | -- Bump y18n from 4.0.0 to 4.0.1 (#139) |
79 | | - |
| 72 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 73 | + |
| 74 | +## 4.0.21 - Wed Mar 31 2021 21:22:42 |
| 75 | + |
| 76 | +**Contributor:** Theo Gravity |
| 77 | + |
| 78 | +- Update packages to latest |
| 79 | + |
| 80 | +## 4.0.20 - Wed Mar 31 2021 20:54:37 |
| 81 | + |
| 82 | +**Contributor:** dependabot[bot] |
| 83 | + |
| 84 | +- Bump y18n from 4.0.0 to 4.0.1 (#139) |
| 85 | + |
80 | 86 | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. |
81 | 87 | - [Release notes](https://github.com/yargs/y18n/releases) |
82 | 88 | - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) |
83 | 89 | - [Commits](https://github.com/yargs/y18n/commits) |
84 | 90 |
|
85 | 91 | Signed-off-by: dependabot[bot] <support@github.com> |
86 | 92 |
|
87 | | -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
88 | | - |
89 | | -## 4.0.19 - Wed Dec 30 2020 02:11:07 |
90 | | - |
91 | | -**Contributor:** dependabot[bot] |
92 | | - |
93 | | -- Bump ini from 1.3.5 to 1.3.8 (#135) |
94 | | - |
| 93 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 94 | + |
| 95 | +## 4.0.19 - Wed Dec 30 2020 02:11:07 |
| 96 | + |
| 97 | +**Contributor:** dependabot[bot] |
| 98 | + |
| 99 | +- Bump ini from 1.3.5 to 1.3.8 (#135) |
| 100 | + |
95 | 101 | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. |
96 | 102 | - [Release notes](https://github.com/isaacs/ini/releases) |
97 | 103 | - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) |
98 | 104 |
|
99 | 105 | Signed-off-by: dependabot[bot] <support@github.com> |
100 | 106 |
|
101 | | -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
102 | | - |
103 | | -## 4.0.18 - Fri Dec 04 2020 21:20:15 |
104 | | - |
105 | | -**Contributor:** dependabot[bot] |
106 | | - |
107 | | -- Bump highlight.js from 10.1.2 to 10.4.1 (#133) |
108 | | - |
| 107 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 108 | + |
| 109 | +## 4.0.18 - Fri Dec 04 2020 21:20:15 |
| 110 | + |
| 111 | +**Contributor:** dependabot[bot] |
| 112 | + |
| 113 | +- Bump highlight.js from 10.1.2 to 10.4.1 (#133) |
| 114 | + |
109 | 115 | Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.4.1. |
110 | 116 | - [Release notes](https://github.com/highlightjs/highlight.js/releases) |
111 | 117 | - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) |
112 | 118 | - [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...10.4.1) |
113 | 119 |
|
114 | 120 | Signed-off-by: dependabot[bot] <support@github.com> |
115 | 121 |
|
116 | | -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
117 | | - |
| 122 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 123 | + |
118 | 124 | ## 4.0.17 - Fri Nov 13 2020 19:18:04 |
119 | 125 |
|
120 | 126 | **Contributor:** Tiger Oakes |
|
0 commit comments