]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.1.1 v4.1.1
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 5 Jul 2022 14:57:06 +0000 (16:57 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 5 Jul 2022 14:57:06 +0000 (16:57 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 21486b2a548d4d3793ed55a888b8b38646823405..8fbd8ca31464b6471b70f1075bbc83710d0c9b26 100644 (file)
@@ -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
index 4f43435e34d341d6cd61a58bda4cb4ced1ac232b..0c54a027558e37fbd929b886c53a5065a54cbf68 100644 (file)
@@ -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",