Skip to content

Commit c700ab7

Browse files
Upcoming Release Changes (#262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2af3e24 commit c700ab7

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.changeset/shaggy-lamps-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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
@@ -316,16 +325,16 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)