Skip to content

Commit

Permalink
chore(package): release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 21, 2024
1 parent f424cef commit eef9928
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -13,6 +13,6 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
# Matches the exact files
[{package.json}]
indent_size = 2
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -664,4 +664,4 @@ $ yarn spellcheck

The MIT License (MIT)

Copyright (c) 2015-2022 Steven Chim
Copyright (c) 2015-2024 Steven Chim
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,4 +1,4 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
/** @type {import('jest').Config} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "3.0.1-beta.0",
"version": "3.0.1",
"description": "The one-liner node.js proxy middleware for connect, express, next.js and more",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit eef9928

Please sign in to comment.