diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db71872..79cc9ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## next +## [v1.0.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.0) - feat(createProxyMiddleware): explicit import http-proxy-middleware (BREAKING CHANGE)([#400](https://github.com/chimurai/http-proxy-middleware/issues/400#issuecomment-587162378)) - feat(typescript): export http-proxy-middleware types ([#400](https://github.com/chimurai/http-proxy-middleware/issues/400)) diff --git a/README.md b/README.md index 3beafc06..95a37684 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Node.js proxying made simple. Configure proxy middleware with ease for [connect] Powered by the popular Nodejitsu [`http-proxy`](https://github.com/nodejitsu/node-http-proxy). [![GitHub stars](https://img.shields.io/github/stars/nodejitsu/node-http-proxy.svg?style=social&label=Star)](https://github.com/nodejitsu/node-http-proxy) -## ⚠️ NOTE +## ⚠️ Note -This page is showing documentation for version v1.x.x +This page is showing documentation for version v1.x.x ([release notes](https://github.com/chimurai/http-proxy-middleware/releases)) If you're looking for v0.x documentation. Go to: https://github.com/chimurai/http-proxy-middleware/tree/v0.21.0#readme diff --git a/package.json b/package.json index 8ad3898d..a2f479b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy-middleware", - "version": "0.22.0-alpha", + "version": "1.0.0", "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", "main": "dist/index.js", "types": "dist/index.d.ts",