]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: vue-router@4.1.2 v4.1.2
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jul 2022 08:40:54 +0000 (10:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jul 2022 08:40:54 +0000 (10:40 +0200)
packages/router/CHANGELOG.md
packages/router/package.json

index 8fbd8ca31464b6471b70f1075bbc83710d0c9b26..8297d43eef4d1300f20f1c47f37b13124cd48bf8 100644 (file)
@@ -1,3 +1,16 @@
+## [4.1.2](https://github.com/vuejs/router/compare/v4.1.1...v4.1.2) (2022-07-11)
+
+### Bug Fixes
+
+- allow requiring in cjs context ([#1465](https://github.com/vuejs/router/issues/1465)) ([5f3febe](https://github.com/vuejs/router/commit/5f3febe86bf2ee656e64c430f102c19ec081abc7))
+- force relative link in types exports ([8082035](https://github.com/vuejs/router/commit/8082035b097bcb1e50c659a802b127d26c56afa5))
+- **types:** adds ESM export of types ([#1457](https://github.com/vuejs/router/issues/1457)) ([e82a89c](https://github.com/vuejs/router/commit/e82a89c19a367fd91348c0e0f2bbbdacb646d2aa))
+- **types:** allow `symbol` type ([#1460](https://github.com/vuejs/router/issues/1460)) ([0f053db](https://github.com/vuejs/router/commit/0f053db4cbafdac8d5174e9ae841969274f916f1))
+
+### Features
+
+- **types:** simplify props types ([2df87ef](https://github.com/vuejs/router/commit/2df87efda150027b5e455958f284db8f755caa1a))
+
 ## [4.1.1](https://github.com/vuejs/router/compare/v4.1.0...v4.1.1) (2022-07-05)
 
 ### Bug Fixes
index db426dd0624de6d97db079f692b238a939032fd5..d4ce6f726680aaac65adec50cbb40e7148b2b46d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.1.1",
+  "version": "4.1.2",
   "main": "index.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",