Skip to content

Commit

Permalink
release: cli@6.2.67
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Jan 19, 2024
1 parent 7311f8e commit 3f660a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [6.2.67](https://github.com/zhangyuang/ssr/compare/cli@6.2.66...cli@6.2.67) (2024-01-19)


### Bug Fixes

* specify platform as node ([0b6f358](https://github.com/zhangyuang/ssr/commit/0b6f35895c147c01a6dd254d76445b2fd5dabdb2))


### Features

* add optional-chaining in default ([e479496](https://github.com/zhangyuang/ssr/commit/e479496d0571c3fa34277fbb6bc7e10ae980f600))
* support ssr build --html in react/react18 close [#317](https://github.com/zhangyuang/ssr/issues/317) ([7311f8e](https://github.com/zhangyuang/ssr/commit/7311f8ed6034ad925c642c2682e85ab42872d86c))



## [6.2.66](https://github.com/zhangyuang/ssr/compare/cli@6.2.65...cli@6.2.66) (2023-12-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr",
"version": "6.2.66",
"version": "6.2.67",
"description": "cli for react/vue2/vue3 ssr deploy on serverless or tradtional web server",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 3f660a6

Please sign in to comment.