Skip to content

Commit 16d5291

Browse files
committed
🚀 Release 3.0.1
1 parent 60d52d8 commit 16d5291

File tree

6 files changed

+1565
-1163
lines changed

6 files changed

+1565
-1163
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
2-
node_modules
2+
node_modules
3+
tests

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"extends": ["@casper124578/eslint-config"],
88
"parserOptions": {
99
"ecmaVersion": 12,
10-
"sourceType": "module"
10+
"sourceType": "module",
11+
"project": "./tsconfig.json"
1112
}
1213
}

CHANGELOG.md

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

3+
## 3.0.1
4+
5+
- Minor code improvements
6+
- Bump dependencies
7+
38
## 3.0.0
49

510
- Replace `node-fetch` with `undici` ([17a5344](https://github.com/Dev-CasperTheGhost/pastebin-api/commit/82ed0e522a82acfdaf982edb50e771020de9df2b))

0 commit comments

Comments
 (0)