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

Commit a7e5add

Browse files
committed
🎉 release 1.0.0
1 parent ee741a9 commit a7e5add

File tree

11 files changed

+373
-791
lines changed

11 files changed

+373
-791
lines changed

.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
"parserOptions": {
1010
"ecmaVersion": 12,
1111
"sourceType": "module"
12-
},
13-
"rules": {
14-
"prefer-rest-params": "off"
1512
}
1613
}

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
**Breaking changes:**
6+
7+
- Use `node-promise-mysql` to handle promisifing functions
8+
- Update and remove non-needed typings
9+
- Export `BuilderTypes` directly
10+
311
## 0.1.3
412

513
- Bump dependencies

0 commit comments

Comments
 (0)