Skip to content

Commit

Permalink
chore(package): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Feb 18, 2020
1 parent 95233df commit aefdbe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit aefdbe8

Please sign in to comment.