We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144d8e0 commit d349a49Copy full SHA for d349a49
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-## 6.2.0
+## 7.0.0
4
5
- Upgrade deps
6
+- **BREAKING:** Require Node.js v18 or higher.
7
8
## 6.1.0
9
package.json
@@ -1,6 +1,6 @@
{
"name": "pastebin-api",
- "version": "6.1.0",
+ "version": "7.0.0",
"description": "A very simple npm package to interact with the pastebin api.",
"license": "MIT",
"main": "./dist/index.js",
@@ -11,7 +11,7 @@
11
"types": "./dist/index.d.ts"
12
},
13
"engines": {
14
- "node": ">=14"
+ "node": ">=18"
15
16
"files": [
17
"dist"
0 commit comments