Skip to content

Commit 6c78379

Browse files
author
pooya parsa
committed
chore(release): 2.0.0
1 parent 57eb492 commit 6c78379

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/nuxt-community/proxy-module/compare/v1.3.3...v2.0.0) (2020-06-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Bumping major version as http-proxy-middleware may introduce some usage regressions
11+
12+
### Features
13+
14+
* bump to 2.x ([57eb492](https://github.com/nuxt-community/proxy-module/commit/57eb492c42cea6b6e90e4348065da308274fbc8a))
15+
* upgrade to `http-proxy-middleware` 1.0.1 ([0277f6d](https://github.com/nuxt-community/proxy-module/commit/0277f6d0c753a73b2b4ab15223c1a5f9da0085ca))
16+
17+
18+
### Bug Fixes
19+
20+
* **module:** use logger ([#40](https://github.com/nuxt-community/proxy-module/issues/40)) ([6bfbcad](https://github.com/nuxt-community/proxy-module/commit/6bfbcade52c364647c26084eb66a16ff6a7c7e11))
21+
522
## [1.3.3](https://github.com/nuxt-community/proxy-module/compare/v1.3.2...v1.3.3) (2019-03-02)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/proxy",
3-
"version": "1.3.3",
3+
"version": "2.0.0",
44
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)