File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-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.1
4+
5+ ### Patch Changes
6+
7+ - [ #261 ] ( https://github.com/kamilkisiela/bob/pull/261 )
8+ [ ` 2af3e24 ` ] ( https://github.com/kamilkisiela/bob/commit/2af3e24df964e7926fdea8182d70a09dc8b99e82 )
9+ Thanks [ @gilgardosh ] ( https://github.com/gilgardosh ) ! - Remove engines.pnpm/yarn/npm in the the
10+ output package.json
11+
312## 7.0.0
413
514### Major Changes
316325 | false
317326 | {
318327 /** Files to copy from the package root to dist */
319- copy? : Array <string >
320- }
328+ copy? : Array <string >;
329+ };
321330 /** Whether the package should be checked. */
322331 check? :
323332 | false
324333 | {
325334 /** Exports within the package that should not be checked. */
326- skip? : Array <string >
327- }
328- }
335+ skip? : Array <string >;
336+ };
337+ };
329338 ```
330339
331340## 2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " bob-the-bundler" ,
3- "version" : " 7.0.0 " ,
3+ "version" : " 7.0.1 " ,
44 "type" : " module" ,
55 "description" : " Bob The Bundler!" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments