Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Oct 1, 2023
1 parent 144d8e0 commit d349a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 6.2.0
## 7.0.0

- Upgrade deps
- **BREAKING:** Require Node.js v18 or higher.

## 6.1.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,7 +11,7 @@
"types": "./dist/index.d.ts"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"files": [
"dist"
Expand Down

0 comments on commit d349a49

Please sign in to comment.