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 1
1
# Changelog
2
2
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
+
3
12
## 7.0.0
4
13
5
14
### Major Changes
316
325
| false
317
326
| {
318
327
/** Files to copy from the package root to dist */
319
- copy? : Array <string >
320
- }
328
+ copy? : Array <string >;
329
+ };
321
330
/** Whether the package should be checked. */
322
331
check? :
323
332
| false
324
333
| {
325
334
/** Exports within the package that should not be checked. */
326
- skip? : Array <string >
327
- }
328
- }
335
+ skip? : Array <string >;
336
+ };
337
+ };
329
338
```
330
339
331
340
## 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.0 " ,
3
+ "version" : " 7.0.1 " ,
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