Skip to content

Commit

Permalink
chore(release): 3.13.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.13.3](nv3.13.2...nv3.13.3) (2023-07-06)

### Bug Fixes

* Support compileToSource to pass parameter fileContent for js files ([#169](#169)) ([3137832](3137832))
  • Loading branch information
semantic-release-bot committed Jul 6, 2023
1 parent 3137832 commit 9f6df25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.13.3](https://github.com/baidu/san-ssr/compare/nv3.13.2...nv3.13.3) (2023-07-06)


### Bug Fixes

* Support compileToSource to pass parameter fileContent for js files ([#169](https://github.com/baidu/san-ssr/issues/169)) ([3137832](https://github.com/baidu/san-ssr/commit/3137832ffb8c852a181c80ed236b4e0a71390c8b))

## [3.13.2](https://github.com/baidu/san-ssr/compare/nv3.13.1...nv3.13.2) (2023-06-04)


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,6 +1,6 @@
{
"name": "san-ssr",
"version": "3.13.2",
"version": "3.13.3",
"description": "San server-side-render framework and utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9f6df25

Please sign in to comment.