Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
pittst3r committed Jul 12, 2020
1 parent 7f1b18a commit 6f0ed48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bundler-shutdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigtest/bundler": patch
---

The `try`/`catch` in `Bundler` was not wrapping the code that could error; switch to using `ensure()` API.
5 changes: 5 additions & 0 deletions .changeset/manifest-builder-warnings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigtest/server": patch
---

Work around bug in node.js that throws warnings when using `fs.promises.truncate()`: https://github.com/nodejs/node/issues/34189
5 changes: 5 additions & 0 deletions .changeset/manifest-watcher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigtest/bundler": patch
---

Properly ignore `node_modules` from `Bundler` file watcher.

0 comments on commit 6f0ed48

Please sign in to comment.