|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 5.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#183](https://github.com/kamilkisiela/bob/pull/183) |
| 8 | + [`d6f981f`](https://github.com/kamilkisiela/bob/commit/d6f981f6d50608d4954c4a421b19b7cfe8f4b076) |
| 9 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 10 | + |
| 11 | + - Updated dependency |
| 12 | + [`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from |
| 13 | + `^1.1.0`, in `dependencies`) |
| 14 | + |
| 15 | +- [#187](https://github.com/kamilkisiela/bob/pull/187) |
| 16 | + [`d7a8fd5`](https://github.com/kamilkisiela/bob/commit/d7a8fd54fb22973c3da426a0d907064b4b62ac40) |
| 17 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 18 | + |
| 19 | + - Updated dependency [`mkdirp@^2.0.0` ↗︎](https://www.npmjs.com/package/mkdirp/v/2.0.0) (from |
| 20 | + `^1.0.4`, in `dependencies`) |
| 21 | + |
| 22 | +- [#188](https://github.com/kamilkisiela/bob/pull/188) |
| 23 | + [`4f9c7d4`](https://github.com/kamilkisiela/bob/commit/4f9c7d453911c252a813b084de5d183d994ae287) |
| 24 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 25 | + |
| 26 | + - Updated dependency |
| 27 | + [`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from |
| 28 | + `^1.1.0`, in `dependencies`) |
| 29 | + |
| 30 | +- [#156](https://github.com/kamilkisiela/bob/pull/156) |
| 31 | + [`57cd333`](https://github.com/kamilkisiela/bob/commit/57cd333f9fe04026295cf076b10c9b2f7295f04d) |
| 32 | + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Use Node18 as target in runfiy |
| 33 | + |
| 34 | +- [#191](https://github.com/kamilkisiela/bob/pull/191) |
| 35 | + [`5b5f85e`](https://github.com/kamilkisiela/bob/commit/5b5f85e95adc1e858c1a628e2eb1f88febd7247c) |
| 36 | + Thanks [@adriencohen](https://github.com/adriencohen)! - Include peerDependenciesMeta in build |
| 37 | + package.json |
| 38 | + |
3 | 39 | ## 5.0.0
|
4 | 40 |
|
5 | 41 | ### Major Changes
|
|
186 | 222 | | false
|
187 | 223 | | {
|
188 | 224 | /** Files to copy from the package root to dist */
|
189 |
| - copy?: Array<string> |
190 |
| - } |
| 225 | + copy?: Array<string>; |
| 226 | + }; |
191 | 227 | /** Whether the package should be checked. */
|
192 | 228 | check?:
|
193 | 229 | | false
|
194 | 230 | | {
|
195 | 231 | /** Exports within the package that should not be checked. */
|
196 |
| - skip?: Array<string> |
197 |
| - } |
198 |
| - } |
| 232 | + skip?: Array<string>; |
| 233 | + }; |
| 234 | + }; |
199 | 235 | ```
|
200 | 236 |
|
201 | 237 | ## 2.0.0
|
|
0 commit comments