Skip to content

Commit

Permalink
Merge pull request #5 from onebeyond/chore/v1.0.1
Browse files Browse the repository at this point in the history
Chore: release v1.0.1
  • Loading branch information
UlisesGascon authored Feb 2, 2023
2 parents 2d15223 + 37af2ca commit 8ffd592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## ☕️ Usage
```js
const System = require('systemic')
const knex = require('systemic-knex')
const knex = require('@onebeyond/systemic-knex')

new System()
.configure({
Expand Down Expand Up @@ -51,6 +51,7 @@ new System()
| [email protected] | 10.x-14.x | 0.21.17 |
| [email protected] | 14.x-19.x | 0.21.17 |
| @onebeyond/knex-systemic@1.0.0 | 14.x-19.x | 0.21.17 |
| @onebeyond/knex-systemic@1.0.1 | 14.x-19.x | 0.21.17 |

### 📚 Parameters
Check out [the official documentation](http://knexjs.org/#Installation-client)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onebeyond/systemic-knex",
"version": "1.0.0",
"version": "1.0.1",
"description": "A systemic Knex component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8ffd592

Please sign in to comment.