Skip to content

Commit

Permalink
chore(release): 3.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.13.0](nv3.12.0...nv3.13.0) (2023-04-18)

### Bug Fixes

* component attr string interpolation ([3f0ffac](3f0ffac))
* use loader component with mark external ([ee53d66](ee53d66))

### Features

* render only component ([#165](#165)) ([d78c4c9](d78c4c9))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent fe85b03 commit f377ba9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.13.0](https://github.com/baidu/san-ssr/compare/nv3.12.0...nv3.13.0) (2023-04-18)


### Bug Fixes

* component attr string interpolation ([3f0ffac](https://github.com/baidu/san-ssr/commit/3f0ffacde65711b477be8c7b229a870d341723d1))
* use loader component with mark external ([ee53d66](https://github.com/baidu/san-ssr/commit/ee53d663baee710987d5dbaab82a785af9bf7661))


### Features

* render only component ([#165](https://github.com/baidu/san-ssr/issues/165)) ([d78c4c9](https://github.com/baidu/san-ssr/commit/d78c4c94bdebc2ac20d6bdcb0ef7bdf6c58b30e8))

# [3.12.0](https://github.com/baidu/san-ssr/compare/nv3.11.0...nv3.12.0) (2022-05-30)


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.12.0",
"version": "3.13.0",
"description": "San server-side-render framework and utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f377ba9

Please sign in to comment.