diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b8275..1ffdbaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/missannil/ts-wmp/compare/v0.4.0...v0.5.0) (2023-11-21) + + +### Features + +* add APi navigateTo ([76cc82f](https://github.com/missannil/ts-wmp/commit/76cc82f775c02df7e3433785be4724d6a379da22)) +* finished ([1833a2c](https://github.com/missannil/ts-wmp/commit/1833a2c957be94e109ccdeddf86ade24042fbaf6)) + + +### Bug Fixes + +* 5.2.2 ([3a0eb51](https://github.com/missannil/ts-wmp/commit/3a0eb5117eb1914d6822ff43fd0bc9a9f190e7a6)) +* build ([6671ece](https://github.com/missannil/ts-wmp/commit/6671ece236294f9010364e05aebabae9de48a32c)) +* ts 5.2.5 ([edd8a3b](https://github.com/missannil/ts-wmp/commit/edd8a3b667e710f46f53f9a474f51c54bf2a703c)) + ## [0.4.0](https://github.com/missannil/ts-wmp/compare/v0.3.0...v0.4.0) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index da5bf0f..01d928c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-wmp", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-wmp", - "version": "0.4.0", + "version": "0.5.0", "license": "ISC", "devDependencies": { "@commitlint/config-conventional": "^17.6.5", diff --git a/package.json b/package.json index fdb0082..55538ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-wmp", - "version": "0.4.0", + "version": "0.5.0", "description": "基于typescript开发微信小程序(原生)的插件(typescript-wechat-mini-program)", "main": "dist/index.js", "scripts": {