Skip to content

Commit 9d65a65

Browse files
Merge pull request #12 from dbpkgs/fix-11
chore: add support for node engines 14.17.1 and higher
2 parents da2496b + 5c319ad commit 9d65a65

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17.1
1+
v14.17.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.2.3 (May 28, 2023)
4+
5+
- Add support for node engines 14.17.1 and higher
6+
37
## 1.2.2 (Mar 26, 2023)
48

59
- Tighten validation of parameters by adding actual field validation rather than depending on typescript types

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbpkgs/cookie",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": false,
55
"description": "A lightweight browser cookie for frontend applications",
66
"main": "lib/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"author": "dbpkgs",
1919
"engines": {
20-
"node": "~14.17.1"
20+
"node": ">=14.17.1"
2121
},
2222
"keywords": [
2323
"@dbpkgs/cookie",

0 commit comments

Comments
 (0)