Skip to content

Commit 5b9012e

Browse files
committed
🔖 v2.2.7
1 parent 5e57103 commit 5b9012e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v2.2.7](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.2.5...v2.2.6) (05-08-2020)
2+
3+
* ⬆️ Upgrade http-proxy-middleware to v1.0.5
4+
15
## [v2.2.6](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.2.5...v2.2.6) (30-04-2020)
26

37
* ⬆️ Upgrade http-proxy-middleware to v1
@@ -22,7 +26,7 @@
2226

2327
## [v2.2.1](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.2.0...v2.2.1) (15-03-2019)
2428

25-
* 🐛 Handle config without pluginOptions defined [#2](https://github.com/deraw/vue-cli-plugin-proxy/pull/2) (thanks to [iamphi](https://github.com/iamphi) & [romansp](https://github.com/romansp))
29+
* 🐛 Handle config without `pluginOptions` defined [#2](https://github.com/deraw/vue-cli-plugin-proxy/pull/2) (thanks to [iamphi](https://github.com/iamphi) and [romansp](https://github.com/romansp))
2630

2731
## [v2.2.0](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.1.6...v2.2.0) (11-03-2019)
2832

@@ -43,7 +47,7 @@
4347

4448
## [v2.1.3](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.1.2...v2.1.3) (02-10-2018)
4549

46-
* 🐛 Fix projectOptions
50+
* 🐛 Fix `projectOptions`
4751

4852
## [v2.1.2](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.1.1...v2.1.2) (02-10-2018)
4953

@@ -62,7 +66,7 @@
6266
* ✨ Going open-source
6367
* 📄 Add MIT License
6468
* 📝 Add README
65-
* 💥 Use pluginOptions to allow configuration
69+
* 💥 Use `pluginOptions` to allow configuration
6670

6771
## [v1.0.0](https://github.com/deraw/vue-cli-plugin-proxy/compare/v0.0.0...v1.0.0) (14-08-2018)
6872

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deraw/vue-cli-plugin-proxy",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Provide all http-proxy-middleware options to vue-cli",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)