Skip to content

Commit

Permalink
Upcoming Release Changes (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 1, 2023
1 parent 2af3e24 commit c700ab7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-lamps-greet.md

This file was deleted.

19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.0.1

### Patch Changes

- [#261](https://github.com/kamilkisiela/bob/pull/261)
[`2af3e24`](https://github.com/kamilkisiela/bob/commit/2af3e24df964e7926fdea8182d70a09dc8b99e82)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - Remove engines.pnpm/yarn/npm in the the
output package.json

## 7.0.0

### Major Changes
Expand Down Expand Up @@ -316,16 +325,16 @@
| false
| {
/** Files to copy from the package root to dist */
copy?: Array<string>
}
copy?: Array<string>;
};
/** Whether the package should be checked. */
check?:
| false
| {
/** Exports within the package that should not be checked. */
skip?: Array<string>
}
}
skip?: Array<string>;
};
};
```

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-the-bundler",
"version": "7.0.0",
"version": "7.0.1",
"type": "module",
"description": "Bob The Bundler!",
"repository": {
Expand Down

0 comments on commit c700ab7

Please sign in to comment.