Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Oct 5, 2023
1 parent 4c8183c commit bf7237d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-dolphins-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dryers-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-plums-ring.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- [#83](https://github.com/marko-js/vite/pull/83) [`4c8183c`](https://github.com/marko-js/vite/commit/4c8183c94ffe2cca08f6a65d6218d1fe0dce66c0) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support Vite's dependency optimization scanning.

### Patch Changes

- [#83](https://github.com/marko-js/vite/pull/83) [`4c8183c`](https://github.com/marko-js/vite/commit/4c8183c94ffe2cca08f6a65d6218d1fe0dce66c0) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve commonjs interop for node_module `.marko` files which do not render any tags and/or use `export * from`.

- [#83](https://github.com/marko-js/vite/pull/83) [`4c8183c`](https://github.com/marko-js/vite/commit/4c8183c94ffe2cca08f6a65d6218d1fe0dce66c0) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve support for Vitest by stripping off queries it adds before determining if we should process the module as a Marko file.

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/vite",
"description": "A Marko plugin for Vite",
"version": "3.0.1",
"version": "3.1.0",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/vite/issues",
"dependencies": {
Expand Down

0 comments on commit bf7237d

Please sign in to comment.