@cloudflare/util-routes 3.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [3.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@1.0.14...@cloudflare/util-routes@3.0.0) (2019-10-28)
6
+ # [5.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@1.0.14...@cloudflare/util-routes@5.0.0) (2019-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **stratus:** UI-0000: update package conflicts ([2b7c2e0](http://stash.cfops.it:7999/fe/stratus/commits/2b7c2e0))
12
+ * **stratus:** UI-2859: bump all package versions ([4cb3c90](http://stash.cfops.it:7999/fe/stratus/commits/4cb3c90))
13
+ * **stratus:** UI-2859: bump all package versions ([6db21c2](http://stash.cfops.it:7999/fe/stratus/commits/6db21c2))
14
+
15
+
16
+ ### Features
17
+
18
+ * **types:** TSX-146 Add Reverse type helper, rename Append ([8a0157e](http://stash.cfops.it:7999/fe/stratus/commits/8a0157e))
19
+
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ * **types:** Renamed Append to Prepend since that is what it's actually doing
24
+
25
+
26
+
27
+
28
+
29
+ # [4.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@1.0.14...@cloudflare/util-routes@4.0.0) (2019-11-12)
7
30
 
8
31
 
9
32
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudflare/util-routes",
3
3
  "description": "Wraps path-to-regexp with a convenient, type-safe tagged template function",
4
- "version": "3.0.0",
4
+ "version": "5.0.0",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -25,7 +25,7 @@
25
25
  "path-to-regexp": "^3.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudflare/types": "^2.0.0"
28
+ "@cloudflare/types": "^3.0.0"
29
29
  },
30
- "gitHead": "60c10b687558d9d4d517bd677d661a748ce02c2f"
30
+ "gitHead": "69b5eb1221660b00d9f4f858d0319d788e3ca9cb"
31
31
  }