Skip to content

Commit

Permalink
fix: new build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenjxJames committed Nov 18, 2020
1 parent e5c1d07 commit 4736d8e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ you spot any mistakes.

## v1.2.1 (2019-12-12)

* Fix a bug about transaction
* Fix a bug about transaction

## v1.2.1 (2020-11-18)

* Fix a bug
4 changes: 2 additions & 2 deletions dist/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ you spot any mistakes.

* Fix a bug about transaction

## v1.2.2 (2019-12-19)
## v1.2.1 (2020-11-18)

* Export Class Connection
* Fix a bug
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Pool = exports.DB = exports.Connection = void 0;
var mysql_1 = __importDefault(require("mysql"));
var Connection = (function () {
function Connection(connection) {
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "none-sql",
"version": "1.2.2",
"version": "1.2.3",
"description": "Connect to mysql as promise.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "none-sql-dev",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4736d8e

Please sign in to comment.