Skip to content

Commit

Permalink
docs: Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Feb 23, 2024
1 parent 08334a3 commit 084aba5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/common/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/common`:

# Next release
# v1.0.2 (2024-02-22)

- `throwLabeled` parameterized error construction
- Like the assertion functions/methods that were parameterized by an error
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/errors`:

# Next release
# v1.0.3 (2024-02-22)

- `AggegateError` support
- Assertion functions/methods that were parameterized by an error constructor
Expand Down
2 changes: 1 addition & 1 deletion packages/marshal/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/marshal`:

# Next release
# v1.2.0 (2024-02-22)

- Sending and receiving extended errors.
- As of the previous release, `@endo/marshal` tolerates extra error
Expand Down
2 changes: 1 addition & 1 deletion packages/pass-style/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/pass-style`:

# Next release
# v1.1.1 (2024-02-22)

- Now supports `AggegateError`, `error.errors`, `error.cause`.
- A `Passable` error can now include an `error.cause` property whose
Expand Down
2 changes: 1 addition & 1 deletion packages/patterns/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/patterns`:

# Next release
# v1.1.1 (2024-02-22)

- Add `M.tagged(tagPattern, payloadPattern)` for making patterns that match
Passable Tagged objects.
Expand Down
4 changes: 2 additions & 2 deletions packages/ses/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in SES:

# Next release
# v1.2.0 (2024-02-22)

- Now supports `Promise.any`, `AggegateError`, `error.errors`,
and `error.cause`.
Expand All @@ -20,7 +20,7 @@ User-visible changes in SES:
- The SES `console` now includes `error.cause` and `error.errors` in
its diagnostic output for errors.

# v1.2.0 (2024-02-14)
# v1.1.1 (2024-02-14)

- Exports `ses/lockdown-shim.js`, `ses/compartment-shim.js`, and
`ses/assert-shim.js` for piecemeal usage.
Expand Down

0 comments on commit 084aba5

Please sign in to comment.