]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.4.5 v4.4.5
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Sep 2024 06:46:30 +0000 (08:46 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Sep 2024 06:46:30 +0000 (08:46 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 1a326109dea637c904bfdd7652251b152ad03ca0..30812a4602beab089a4dd29b3bb849ce1c92f17f 100644 (file)
@@ -1,3 +1,9 @@
+## [4.4.5](https://github.com/vuejs/router/compare/v4.4.4...v4.4.5) (2024-09-13)
+
+### Bug Fixes
+
+- make internal property non enumerable to avoid errors with `{{route}}` ([a8df616](https://github.com/vuejs/router/commit/a8df616bfda2feb7aa6b738054a02e241d4f276b))
+
 ## [4.4.4](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4) (2024-09-10)
 
 ### Bug Fixes
index edafe5d1383bc48dd8b331cd18a66b92c6a8507c..4410c87e7e28ee3b1a108532bbf86deea9273f56 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.4.4",
+  "version": "4.4.5",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",