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 Aug 7, 2023
1 parent 395800b commit d327959
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bundle-source/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Next
# v2.6.0 (2023-08-07)

- Introduces a `cacheSourceMaps` option that is `false` by default.
This causes the bundler to cache a source map for each physical module and
Expand Down
2 changes: 1 addition & 1 deletion packages/compartment-mapper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes to the compartment mapper:

# Next
# 0.9.0 (2023-08-07)

- Introduces support for source map generation.
Look for `computeSourceMapLocation` and `sourceMapHook` in
Expand Down
2 changes: 1 addition & 1 deletion packages/import-bundle/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Next
## 0.4.0 (2023-08-07)

- Introduces support for a source map cache.
`bundleSource` now generates source maps.
Expand Down
2 changes: 1 addition & 1 deletion packages/ses/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in SES:

# Next
# v0.18.6 (2023-08-07)

- Censors the pattern `{...import(specifier)`}.
We previously censored `import(specifier)` and expressly allowed
Expand Down
2 changes: 1 addition & 1 deletion packages/static-module-record/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in Static Module Record, née Transform Module:

# Next
# 0.8.0 (2023-08-07)

- Introduces `sourceMapHook` as an option for the `StaticModuleRecord` constructor,
as documented in `README`.
Expand Down

0 comments on commit d327959

Please sign in to comment.