Skip to content

Commit 73b178a

Browse files
Release 1.5.0
[skip ci] ## [1.5.0](v1.4.0...v1.5.0) (2024-06-19) ### Features * remove @types/node from dependencies ([#7](#7)) ([ef2dd03](ef2dd03))
1 parent ef2dd03 commit 73b178a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.5.0](https://github.com/node-modules/connection/compare/v1.4.0...v1.5.0) (2024-06-19)
4+
5+
6+
### Features
7+
8+
* remove @types/node from dependencies ([#7](https://github.com/node-modules/connection/issues/7)) ([ef2dd03](https://github.com/node-modules/connection/commit/ef2dd03422bcfb9c5305c28f5ff0050d92f33b48))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connection",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"engines": {
55
"node": ">= 8.0.0"
66
},

0 commit comments

Comments
 (0)