Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Mar 27, 2024
1 parent e639c67 commit 712c4b0
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.70](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.70) (2024-03-27)


### Bug Fixes

* contex single instance ([3ca64cd](https://github.com/zhangyuang/ssr/commit/3ca64cdcd6aa0e556b5131147737b39bcd50902f))
* object.assign take effect in initial state ([bf8268f](https://github.com/zhangyuang/ssr/commit/bf8268fc0181e22ace47c13a6cd6239ca89c73c5))


### Features

* use inline-source-map in dev mode ([e639c67](https://github.com/zhangyuang/ssr/commit/e639c679adaf7eb8aecd4a712abd7df2148202cf))



## [6.2.69](https://github.com/zhangyuang/ssr/compare/[email protected]@6.2.69) (2024-03-25)


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.69",
"version": "6.2.70",
"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 712c4b0

Please sign in to comment.