File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #266 ] ( https://github.com/kamilkisiela/bob/pull/266 )
8
+ [ ` 6eab363 ` ] ( https://github.com/kamilkisiela/bob/commit/6eab3631dbb71b7e10579316da373e74a13099b5 )
9
+ Thanks [ @enisdenjo ] ( https://github.com/enisdenjo ) ! - Check whether package exports map files exist
10
+
3
11
## 7.0.1
4
12
5
13
### Patch Changes
325
333
| false
326
334
| {
327
335
/** Files to copy from the package root to dist */
328
- copy? : Array <string >
329
- }
336
+ copy? : Array <string >;
337
+ };
330
338
/** Whether the package should be checked. */
331
339
check? :
332
340
| false
333
341
| {
334
342
/** Exports within the package that should not be checked. */
335
- skip? : Array <string >
336
- }
337
- }
343
+ skip? : Array <string >;
344
+ };
345
+ };
338
346
```
339
347
340
348
## 2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bob-the-bundler" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"type" : " module" ,
5
5
"description" : " Bob The Bundler!" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments