Skip to content

Commit

Permalink
chore(release): 3.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.12.0](nv3.11.0...nv3.12.0) (2022-05-30)

### Features

* parse templateComponent ([883cd24](883cd24))
* replace instance creation with object literal in template component ([7a59118](7a59118))
* simplify the template component's rendering function ([1955ddc](1955ddc))
* support defineTemplateComponent ([15c17ec](15c17ec))
  • Loading branch information
semantic-release-bot committed May 30, 2022
1 parent 3e17b3c commit 1943d31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.12.0](https://github.com/baidu/san-ssr/compare/nv3.11.0...nv3.12.0) (2022-05-30)


### Features

* parse templateComponent ([883cd24](https://github.com/baidu/san-ssr/commit/883cd249e0fb0da2be580d6d699fc0815b4caedf))
* replace instance creation with object literal in template component ([7a59118](https://github.com/baidu/san-ssr/commit/7a59118b1f0a6f0a5872683f81d483f7afc42d3b))
* simplify the template component's rendering function ([1955ddc](https://github.com/baidu/san-ssr/commit/1955ddc05607bfa3043e7ab5e8e643903e014d1d))
* support defineTemplateComponent ([15c17ec](https://github.com/baidu/san-ssr/commit/15c17ecb1d7bbac9c5dc7f5273d6cb4473f79ffd))

# [5.4.0](https://github.com/baidu/san-ssr/compare/v5.3.1...v5.4.0) (2022-05-09)


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

0 comments on commit 1943d31

Please sign in to comment.