Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit b2729e2

Browse files
committed
🎉 feat: release 1.0.1
1 parent d13a233 commit b2729e2

File tree

3 files changed

+26
-54
lines changed

3 files changed

+26
-54
lines changed

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.0.1
4+
5+
- Bump dependencies
6+
37
## 1.0.0
48

59
**Breaking changes:**

package-lock.json

Lines changed: 16 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casper124578/mysql.ts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple mysql wrapper for node.js",
55
"main": "dist/index.js",
66
"private": false,
@@ -40,15 +40,15 @@
4040
"devDependencies": {
4141
"@casper124578/eslint-config": "^0.0.17",
4242
"@types/mysql": "^2.15.19",
43-
"@typescript-eslint/eslint-plugin": "^4.29.2",
44-
"@typescript-eslint/parser": "^4.29.2",
43+
"@typescript-eslint/eslint-plugin": "^4.30.0",
44+
"@typescript-eslint/parser": "^4.30.0",
4545
"eslint": "^7.32.0",
4646
"eslint-config-prettier": "^8.3.0",
47-
"eslint-plugin-prettier": "^3.4.1",
48-
"husky": "^7.0.1",
47+
"eslint-plugin-prettier": "^4.0.0",
48+
"husky": "^7.0.2",
4949
"prettier": "^2.3.2",
5050
"pretty-quick": "^3.1.1",
51-
"typescript": "^4.3.5"
51+
"typescript": "^4.4.2"
5252
},
5353
"prettier": {
5454
"endOfLine": "auto",

0 commit comments

Comments
 (0)