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 11# Changelog
22
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+
311## 7.0.1
412
513### Patch Changes
325333 | false
326334 | {
327335 /** Files to copy from the package root to dist */
328- copy? : Array <string >
329- }
336+ copy? : Array <string >;
337+ };
330338 /** Whether the package should be checked. */
331339 check? :
332340 | false
333341 | {
334342 /** Exports within the package that should not be checked. */
335- skip? : Array <string >
336- }
337- }
343+ skip? : Array <string >;
344+ };
345+ };
338346 ```
339347
340348## 2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " bob-the-bundler" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.0.2 " ,
44 "type" : " module" ,
55 "description" : " Bob The Bundler!" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments