Skip to content

Commit 46f762b

Browse files
chore(main): release yes-https 4.0.0 (#127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79e9063 commit 46f762b

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [4.0.0](https://github.com/JustinBeckwith/yes-https/compare/yes-https-v3.0.1...yes-https-v4.0.0) (2025-10-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support node.js 18 and up ([#107](https://github.com/JustinBeckwith/yes-https/issues/107))
9+
* This drops support for node.js 10.x, and converts the module to es modules. Upgrade with care.
10+
* Drops support for node.js 6 and node.js 8.
11+
12+
### Features
13+
14+
* convert to es modules ([#56](https://github.com/JustinBeckwith/yes-https/issues/56)) ([0381d86](https://github.com/JustinBeckwith/yes-https/commit/0381d86984e552a58655a4f03862b7ff7791ee5d))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency express to v4.19.2 [security] ([#111](https://github.com/JustinBeckwith/yes-https/issues/111)) ([09cf4c4](https://github.com/JustinBeckwith/yes-https/commit/09cf4c437ee5ab4301b2a0b770f6f118efb0ef8b))
20+
* **deps:** update dependency express to v5 ([#119](https://github.com/JustinBeckwith/yes-https/issues/119)) ([cbac5ef](https://github.com/JustinBeckwith/yes-https/commit/cbac5efe5e1d900093c2b5dc16fdd553957f9d89))
21+
* fix the release pipeline ([#30](https://github.com/JustinBeckwith/yes-https/issues/30)) ([9e6d1df](https://github.com/JustinBeckwith/yes-https/commit/9e6d1dffbe5e9561ba6e288f156a508e6fc39fe1))
22+
23+
24+
### Build System
25+
26+
* require node.js 10x and up ([#37](https://github.com/JustinBeckwith/yes-https/issues/37)) ([5ccbe34](https://github.com/JustinBeckwith/yes-https/commit/5ccbe34347dfc9b296eef2723b63f13c98aa3f80))
27+
* support node.js 18 and up ([#107](https://github.com/JustinBeckwith/yes-https/issues/107)) ([e9cb7f8](https://github.com/JustinBeckwith/yes-https/commit/e9cb7f840cdb7011f29bb12500ac69fd94eddebe))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yes-https",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "A simple utility to force https for connect based node.js apps.",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)