Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 21, 2023
1 parent c4a4344 commit 7314df6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.0](https://github.com/missannil/ts-wmp/compare/v0.3.0...v0.4.0) (2023-11-21)


### Features

* add APi navigateTo ([#28](https://github.com/missannil/ts-wmp/issues/28)) ([c4a4344](https://github.com/missannil/ts-wmp/commit/c4a43445ed5289a6eaa0fe56aab172cb1c29bf99))


### Bug Fixes

* 11 ([#11](https://github.com/missannil/ts-wmp/issues/11)) ([415e71f](https://github.com/missannil/ts-wmp/commit/415e71f23ad2b944437fc5533feb2794c0510ed8))
* 11 ([#13](https://github.com/missannil/ts-wmp/issues/13)) ([81c8a88](https://github.com/missannil/ts-wmp/commit/81c8a886a8feab1fa89e61f07c6e31db2c06a161))
* subComputed finished ([#24](https://github.com/missannil/ts-wmp/issues/24)) ([b6803ed](https://github.com/missannil/ts-wmp/commit/b6803ed7c39f5d8f2aea1e1c3118870c41df46d0))

## [0.3.0](https://github.com/missannil/ts-wmp/compare/v0.2.0...v0.3.0) (2023-07-11)


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": "ts-wmp",
"version": "0.3.0",
"version": "0.4.0",
"description": "基于typescript开发微信小程序(原生)的插件(typescript-wechat-mini-program)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7314df6

Please sign in to comment.