Skip to content

Commit

Permalink
chore: release v0.2.49
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Aug 31, 2024
1 parent 2a651d0 commit 79acf58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.2.49](https://github.com/baaxl9vh/nest-wechat/compare/v0.2.48...v0.2.49) (2024-08-31)


### Bug Fixes

* 加解密工具bug修复 ([efaabf2](https://github.com/baaxl9vh/nest-wechat/commit/efaabf2620d88072645dfce8ebb3a8d476d7dfa2))


### Features

* 添加微信消息推送模式模式express处理handler ([eceb683](https://github.com/baaxl9vh/nest-wechat/commit/eceb68339f3a5ac8d440686ec1166c3236f462be))

## [0.2.48](https://github.com/baaxl9vh/nest-wechat/compare/v0.2.47...v0.2.48) (2024-08-25)


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": "nest-wechat",
"version": "0.2.48",
"version": "0.2.49",
"description": "nestjs module for wechat server-side api.",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
Expand Down

0 comments on commit 79acf58

Please sign in to comment.