diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 21486b2a5..8fbd8ca31 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.1.1](https://github.com/vuejs/router/compare/v4.1.0...v4.1.1) (2022-07-05) + +### Bug Fixes + +- remove browser export ([64b1ccf](https://github.com/vuejs/router/commit/64b1ccf25166882af4dffc194bc5b796c472096a)) +- **types:** allow simpler type check of route records ([#1453](https://github.com/vuejs/router/issues/1453)) ([e3078a4](https://github.com/vuejs/router/commit/e3078a4190c799ec4f01fa5c46d64c54c0e95034)), closes [#1452](https://github.com/vuejs/router/issues/1452) +- **types:** remove unnecessary readonly ([4bb989d](https://github.com/vuejs/router/commit/4bb989d36798243df1eb186c4ec01d9fd97d1f26)) + # [4.1.0](https://github.com/vuejs/router/compare/v4.0.16...v4.1.0) (2022-07-04) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index 4f43435e3..0c54a0275 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "vue-router", - "version": "4.1.0", + "version": "4.1.1", "main": "index.js", "unpkg": "dist/vue-router.global.js", "jsdelivr": "dist/vue-router.global.js",